Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h107 …static Expected<JSTaggedValue, bool> ModuleExecution(JSThread *thread, const JSHandle<SourceTextMo…
Djs_module_source_text.cpp1133 SourceTextModule::ModuleExecution(thread, module, buffer, size, excuteFromJob); in InnerModuleEvaluation()
1255 Expected<JSTaggedValue, bool> SourceTextModule::ModuleExecution(JSThread *thread, in ModuleExecution() function in panda::ecmascript::SourceTextModule
1958 Expected<JSTaggedValue, bool> result = SourceTextModule::ModuleExecution(thread, m); in AsyncModuleExecutionFulfilled()