Changeset 230662 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
- Timestamp:
- Apr 15, 2018, 10:38:01 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
r225618 r230662 775 775 } 776 776 777 EncodedJSValue JSC_HOST_CALL globalFuncBuiltinDescribe(ExecState* exec) 778 { 779 return JSValue::encode(jsString(exec, toString(exec->argument(0)))); 780 } 781 777 782 EncodedJSValue JSC_HOST_CALL globalFuncImportModule(ExecState* exec) 778 783 {
Note:
See TracChangeset
for help on using the changeset viewer.