Changeset 223777 in webkit for trunk/Source/JavaScriptCore/runtime/JSModuleLoader.h
- Timestamp:
- Oct 20, 2017, 10:58:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSModuleLoader.h
r223744 r223777 69 69 JSValue linkAndEvaluateModule(ExecState*, JSValue moduleKey, JSValue scriptFetcher); 70 70 JSInternalPromise* requestImportModule(ExecState*, const Identifier&, JSValue parameters, JSValue scriptFetcher); 71 JSValue notifyCompleted(ExecState*, JSValue scriptFetcher, JSValue key);72 JSValue notifyFailed(ExecState*, JSValue scriptFetcher, JSValue error);73 71 74 72 // Platform dependent hooked APIs.
Note:
See TracChangeset
for help on using the changeset viewer.