Home
last modified time | relevance | path

Searched refs:IsObjHashDisplayEnabled (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h208 bool IsObjHashDisplayEnabled() in IsObjHashDisplayEnabled() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp243 …->GetJsDebuggerManager() != nullptr && ecmaVM->GetJsDebuggerManager()->IsObjHashDisplayEnabled()) { in AppendingHashToDescription()