Home
last modified time | relevance | path

Searched defs:requiredModule (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_tools.cpp106 ProcessModuleNameSpaceLoadInfo( JSThread *thread, JSHandle<SourceTextModule> currentModule, JSHandle<SourceTextModule> requiredModule) ProcessModuleNameSpaceLoadInfo() argument
[all...]
H A Dmodule_manager_helper.cpp201 UpdateBindingAndGetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, JSHandle<SourceTextModule> requiredModule, int32_t index, JSTaggedValue bindingName) UpdateBindingAndGetModuleValue() argument
H A Dmodule_logger.cpp93 InsertParentModule(JSHandle<SourceTextModule> currentModule, JSHandle<SourceTextModule> requiredModule) InsertParentModule() argument
H A Djs_module_manager.cpp618 JSHandle<JSTaggedValue> requiredModule; in GetModuleNamespaceInternal() local
[all...]
H A Djs_module_source_text.cpp441 bool SourceTextModule::LoadNativeModule(JSThread *thread, const JSHandle<SourceTextModule> &requiredModule, in LoadNativeModule() argument
374 LoadNativeModuleImpl(EcmaVM *vm, JSThread *thread, const JSHandle<SourceTextModule> &requiredModule, ModuleTypes moduleType) LoadNativeModuleImpl() argument
424 LoadNativeModuleMayThrowError(JSThread *thread, const JSHandle<SourceTextModule> &requiredModule, ModuleTypes moduleType) LoadNativeModuleMayThrowError() argument
553 JSHandle<SourceTextModule> requiredModule = stack.back(); DFSModuleInstantiation() local
1047 JSHandle<SourceTextModule> requiredModule; InnerModuleEvaluationUnsafe() local
1140 JSHandle<SourceTextModule> requiredModule = stack.back(); InnerModuleEvaluationUnsafe() local
[all...]

Completed in 7 milliseconds