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