Searched refs:ModuleExecution (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_tools.cpp | 239 SourceTextModule::ModuleExecution(thread, module, nullptr, 0); in ProcessLazyModuleLoadInfo()
|
| D | js_module_source_text.h | 123 …static Expected<JSTaggedValue, bool> ModuleExecution(JSThread *thread, const JSHandle<SourceTextMo…
|
| D | js_module_source_text.cpp | 159 SourceTextModule::ModuleExecution(thread, cjsModule); in ResolveCjsStarExport() 1016 SourceTextModule::ModuleExecution(thread, module, buffer, size, executeType); in InnerModuleEvaluationUnsafe() 1170 Expected<JSTaggedValue, bool> SourceTextModule::ModuleExecution(JSThread *thread, in ModuleExecution() function in panda::ecmascript::SourceTextModule 1872 Expected<JSTaggedValue, bool> result = SourceTextModule::ModuleExecution(thread, m); in AsyncModuleExecutionFulfilled()
|
| D | js_module_manager.cpp | 215 SourceTextModule::ModuleExecution(thread, module, nullptr, 0); in GetLazyModuleValueOutterInternal()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 3490 HWTEST_F_L0(EcmaModuleTest, ModuleExecution) in HWTEST_F_L0() argument
|