Home
last modified time | relevance | path

Searched refs:InnerModuleInstantiation (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h93 static int InnerModuleInstantiation(JSThread *thread,
Djs_module_source_text.cpp514 …int result = SourceTextModule::InnerModuleInstantiation(thread, moduleRecord, stack, 0, excuteFrom… in Instantiate()
590 index = SourceTextModule::InnerModuleInstantiation(thread, in HandleInnerModuleInstantiation()
613 int SourceTextModule::InnerModuleInstantiation(JSThread *thread, const JSHandle<ModuleRecord> &modu… in InnerModuleInstantiation() function in panda::ecmascript::SourceTextModule