Changeset 211018 in webkit for trunk/Source/JavaScriptCore/runtime/Completion.h
- Timestamp:
- Jan 21, 2017, 2:22:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Completion.h
r210585 r211018 68 68 JS_EXPORT_PRIVATE JSValue linkAndEvaluateModule(ExecState*, const Identifier& moduleKey, JSValue scriptFetcher = jsUndefined()); 69 69 70 JS_EXPORT_PRIVATE JSInternalPromise* importModule(ExecState*, const Identifier& moduleKey, JSValue scriptFetcher); 71 70 72 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.