Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_manager_helper.cpp107 if (!JSPandaFileExecutor::LazyExecuteModule(thread, in GetResolvedRecordIndexBindingModule()
136 if (!JSPandaFileExecutor::LazyExecuteModule(thread, in GetResolvedRecordBindingModule()
164 if (!JSPandaFileExecutor::LazyExecuteModule(thread, in GetLazyModuleValueFromIndexBinding()
192 if (!JSPandaFileExecutor::LazyExecuteModule(thread, in GetLazyModuleValueFromRecordBinding()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.h61 static Expected<JSTaggedValue, bool> LazyExecuteModule(JSThread *thread, CString &recordName,
Djs_pandafile_executor.cpp494 Expected<JSTaggedValue, bool> JSPandaFileExecutor::LazyExecuteModule( in LazyExecuteModule() function in panda::ecmascript::JSPandaFileExecutor