Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h132 …static Expected<JSTaggedValue, bool> ModuleExecution(JSThread *thread, const JSHandle<SourceTextMo…
Djs_module_source_text.cpp201 SourceTextModule::ModuleExecution(thread, cjsModule); in ResolveCjsStarExport()
1087 SourceTextModule::ModuleExecution(thread, module, buffer, size, executeType); in InnerModuleEvaluationUnsafe()
1238 Expected<JSTaggedValue, bool> SourceTextModule::ModuleExecution(JSThread *thread, in ModuleExecution() function in panda::ecmascript::SourceTextModule
1937 Expected<JSTaggedValue, bool> result = SourceTextModule::ModuleExecution(thread, m); in AsyncModuleExecutionFulfilled()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp3428 HWTEST_F_L0(EcmaModuleTest, ModuleExecution) in HWTEST_F_L0() argument