Home
last modified time | relevance | path

Searched defs:asyncStackTrace (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_asyn_stack_test.h132 std::unique_ptr<PtJson> asyncStackTrace = nullptr; in RecvAsyncMessageInfo() local
201 std::unique_ptr<PtJson> asyncStackTrace = nullptr; in RecvMultipleAsyncMessageInfo() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dasync_detect.cpp47 AsyncStackTrace *asyncStackTrace = static_cast<AsyncStackTrace *>(handle->data); in AsyncDetectCallBack() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Dasync_stack_trace.cpp49 auto asyncStackTrace = asyncStackTrace_.find(promise->GetAsyncTaskId()); in RemoveAsyncStackTrace() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h145 void SetAsyncStackTrace(bool asyncStackTrace) in SetAsyncStackTrace()