Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h80 void SetExecuteMode(bool mode) in SetExecuteMode() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp198 moduleManager->SetExecuteMode(true); in CommonExecuteBuffer()
280 moduleManager->SetExecuteMode(true); in CommonExecuteBuffer()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3706 vmModuleManager->SetExecuteMode(hostVMModuleManager->GetExecuteMode()); in SynchronizVMInfo()