Changeset 210573 in webkit for trunk/Source/JavaScriptCore/runtime/JSModuleLoader.h
- Timestamp:
- Jan 10, 2017, 6:26:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSModuleLoader.h
r210557 r210573 33 33 class JSInternalPromise; 34 34 class JSModuleNamespaceObject; 35 class SourceCode; 35 36 36 37 class JSModuleLoader : public JSNonFinalObject { … … 63 64 64 65 // APIs to control the module loader. 65 JSValue provide(ExecState*, JSValue key, Status, const S tring&);66 JSValue provide(ExecState*, JSValue key, Status, const SourceCode&); 66 67 JSInternalPromise* loadAndEvaluateModule(ExecState*, JSValue moduleName, JSValue referrer, JSValue initiator); 67 68 JSInternalPromise* loadModule(ExecState*, JSValue moduleName, JSValue referrer, JSValue initiator);
Note:
See TracChangeset
for help on using the changeset viewer.