Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h423 static std::optional<int> HandleInnerModuleInstantiation(JSThread *thread,
Djs_module_source_text.cpp580 std::optional<int> SourceTextModule::HandleInnerModuleInstantiation(JSThread *thread, in HandleInnerModuleInstantiation() function in panda::ecmascript::SourceTextModule
668 …auto result = HandleInnerModuleInstantiation(thread, module, required, stack, index, executeFromJo… in InnerModuleInstantiation()