Changeset 223777 in webkit for trunk/Source/JavaScriptCore/runtime/Completion.h
- Timestamp:
- Oct 20, 2017, 10:58:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Completion.h
r223744 r223777 62 62 63 63 // Fetch the module source, and instantiate the module record. 64 JS_EXPORT_PRIVATE voidloadModule(ExecState*, const String& moduleName, JSValue parameters, JSValue scriptFetcher);65 JS_EXPORT_PRIVATE voidloadModule(ExecState*, const SourceCode&, JSValue scriptFetcher);64 JS_EXPORT_PRIVATE JSInternalPromise* loadModule(ExecState*, const String& moduleName, JSValue parameters, JSValue scriptFetcher); 65 JS_EXPORT_PRIVATE JSInternalPromise* loadModule(ExecState*, const SourceCode&, JSValue scriptFetcher); 66 66 67 67 // Link and evaluate the already linked module. This function is called in a sync manner.
Note:
See TracChangeset
for help on using the changeset viewer.