Changeset 223173 in webkit for trunk/Source/JavaScriptCore/runtime/JSModuleLoader.h
- Timestamp:
- Oct 11, 2017, 5:30:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSModuleLoader.h
r222895 r223173 64 64 65 65 // APIs to control the module loader. 66 JSValue provide (ExecState*, JSValue key, Status, const SourceCode&);66 JSValue provideFetch(ExecState*, JSValue key, const SourceCode&); 67 67 JSInternalPromise* loadAndEvaluateModule(ExecState*, JSValue moduleName, JSValue referrer, JSValue scriptFetcher); 68 68 JSInternalPromise* loadModule(ExecState*, JSValue moduleName, JSValue referrer, JSValue scriptFetcher); … … 74 74 JSInternalPromise* resolve(ExecState*, JSValue name, JSValue referrer, JSValue scriptFetcher); 75 75 JSInternalPromise* fetch(ExecState*, JSValue key, JSValue scriptFetcher); 76 JSInternalPromise* instantiate(ExecState*, JSValue key, JSValue source, JSValue scriptFetcher);77 76 JSObject* createImportMetaProperties(ExecState*, JSValue key, JSModuleRecord*, JSValue scriptFetcher); 78 77
Note:
See TracChangeset
for help on using the changeset viewer.