Home
last modified time | relevance | path

Searched refs:GetStageOfHotReload (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_tools.cpp68 if (context->GetStageOfHotReload() == StageOfHotReload::LOAD_END_EXECUTE_PATCHMAIN) { in ProcessModuleLoadInfo()
H A Djs_module_manager.cpp126 if (context->GetStageOfHotReload() == StageOfHotReload::LOAD_END_EXECUTE_PATCHMAIN) { in GetModuleValueOutterInternal()
192 if (context->GetStageOfHotReload() == StageOfHotReload::LOAD_END_EXECUTE_PATCHMAIN) { in GetLazyModuleValueOutterInternal()
H A Djs_module_source_text.cpp87 StageOfHotReload stageOfHotReload = thread->GetCurrentEcmaContext()->GetStageOfHotReload(); in HostResolveImportedModuleWithMerge()
1286 if (thread->GetCurrentEcmaContext()->GetStageOfHotReload() == StageOfHotReload::LOAD_END_EXECUTE_PATCHMAIN) { in ModuleExecution()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h584 StageOfHotReload GetStageOfHotReload() const in GetStageOfHotReload() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.cpp277 if (context->GetStageOfHotReload() == StageOfHotReload::BEGIN_EXECUTE_PATCHMAIN) { in Execute()

Completed in 10 milliseconds