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.h114 static int InnerModuleInstantiation(JSThread *thread,
Djs_module_source_text.cpp528 …int result = SourceTextModule::InnerModuleInstantiation(thread, moduleRecord, stack, 0, executeFro… in Instantiate()
603 index = SourceTextModule::InnerModuleInstantiation(thread, in HandleInnerModuleInstantiation()
626 int SourceTextModule::InnerModuleInstantiation(JSThread *thread, const JSHandle<ModuleRecord> &modu… in InnerModuleInstantiation() function in panda::ecmascript::SourceTextModule