Changeset 211018 in webkit for trunk/Source/JavaScriptCore/runtime/JSModuleLoader.h
- Timestamp:
- Jan 21, 2017, 2:22:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSModuleLoader.h
r210585 r211018 68 68 JSInternalPromise* loadModule(ExecState*, JSValue moduleName, JSValue referrer, JSValue scriptFetcher); 69 69 JSValue linkAndEvaluateModule(ExecState*, JSValue moduleKey, JSValue scriptFetcher); 70 JSInternalPromise* requestImportModule(ExecState*, const Identifier&, JSValue scriptFetcher); 70 71 71 72 // Platform dependent hooked APIs.
Note:
See TracChangeset
for help on using the changeset viewer.