Searched refs:ModuleExecution (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.h | 131 …static Expected<JSTaggedValue, bool> ModuleExecution(JSThread *thread, const JSHandle<SourceTextMo…
|
| D | js_module_source_text.cpp | 223 SourceTextModule::ModuleExecution(thread, cjsModule); in ResolveCjsStarExport() 1118 SourceTextModule::ModuleExecution(thread, module, buffer, size, executeFromJob); in InnerModuleEvaluationUnsafe() 1275 Expected<JSTaggedValue, bool> SourceTextModule::ModuleExecution(JSThread *thread, in ModuleExecution() function in panda::ecmascript::SourceTextModule 1970 Expected<JSTaggedValue, bool> result = SourceTextModule::ModuleExecution(thread, m); in AsyncModuleExecutionFulfilled()
|
| D | js_module_manager.cpp | 220 SourceTextModule::ModuleExecution(thread, module, nullptr, 0); in GetLazyModuleValueOutterInternal()
|