Home
last modified time | relevance | path

Searched refs:SetDebuggerPostTask (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.h62 void SetDebuggerPostTask(std::string& library_path);
H A Dark_js_runtime.h146 void SetDebuggerPostTask(DebuggerPostTask&& task) in SetDebuggerPostTask() function
H A Djsi_engine.cpp2892 SetDebuggerPostTask(library_path); in InitJsEnv()
3044 void JsiEngineInstance::SetDebuggerPostTask(std::string& library_path) in SetDebuggerPostTask() function in OHOS::Ace::Framework::JsiEngineInstance
3056 std::static_pointer_cast<ArkJSRuntime>(runtime_)->SetDebuggerPostTask(postTask); in SetDebuggerPostTask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h141 void SetDebuggerPostTask();
H A Djsi_declarative_engine.cpp450 SetDebuggerPostTask(); in InitJsEnv()
1064 void JsiDeclarativeEngineInstance::SetDebuggerPostTask() in SetDebuggerPostTask() function in OHOS::Ace::Framework::JsiDeclarativeEngineInstance
1074 std::static_pointer_cast<ArkJSRuntime>(runtime_)->SetDebuggerPostTask(postTask); in SetDebuggerPostTask()