#include <ScriptModuleLoader.h>
|
| | ScriptModuleLoader (Document &) |
| |
| | ~ScriptModuleLoader () |
| |
| Document & | document () |
| |
| JSC::JSInternalPromise * | resolve (JSC::JSGlobalObject *, JSC::ExecState *, JSC::JSModuleLoader *, JSC::JSValue moduleName, JSC::JSValue importerModuleKey, JSC::JSValue scriptFetcher) |
| |
| JSC::JSInternalPromise * | fetch (JSC::JSGlobalObject *, JSC::ExecState *, JSC::JSModuleLoader *, JSC::JSValue moduleKey, JSC::JSValue scriptFetcher) |
| |
| JSC::JSValue | evaluate (JSC::JSGlobalObject *, JSC::ExecState *, JSC::JSModuleLoader *, JSC::JSValue moduleKey, JSC::JSValue moduleRecord, JSC::JSValue scriptFetcher) |
| |
| JSC::JSInternalPromise * | importModule (JSC::JSGlobalObject *, JSC::ExecState *, JSC::JSModuleLoader *, JSC::JSString *, const JSC::SourceOrigin &) |
| |
◆ ScriptModuleLoader()
| WebCore::ScriptModuleLoader::ScriptModuleLoader |
( |
Document & |
document | ) |
|
|
explicit |
◆ ~ScriptModuleLoader()
| WebCore::ScriptModuleLoader::~ScriptModuleLoader |
( |
| ) |
|
◆ document()
| Document& WebCore::ScriptModuleLoader::document |
( |
| ) |
|
|
inline |
◆ evaluate()
◆ fetch()
◆ importModule()
◆ resolve()
The documentation for this class was generated from the following files: