Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.cpp304 std::string description = tagged->DebuggerToString(ecmaVm); in StringRemoteObject()
548 std::string regExpSource = tagged->GetOriginalSource(ecmaVm)->DebuggerToString(ecmaVm); in DescriptionForRegexp()
580 description += cPre + jsVKey->ToString(ecmaVm)->DebuggerToString(ecmaVm) + cPre; in DescriptionForMap()
582 description += jsVKey->ToString(ecmaVm)->DebuggerToString(ecmaVm); in DescriptionForMap()
590 description += cPre + jsVValue->ToString(ecmaVm)->DebuggerToString(ecmaVm) + cPre; in DescriptionForMap()
592 description += jsVValue->ToString(ecmaVm)->DebuggerToString(ecmaVm); in DescriptionForMap()
624 description += cPre + jsVKey->ToString(ecmaVm)->DebuggerToString(ecmaVm) + cPre; in DescriptionForWeakMap()
626 description += jsVKey->ToString(ecmaVm)->DebuggerToString(ecmaVm); in DescriptionForWeakMap()
634 description += cPre + jsVValue->ToString(ecmaVm)->DebuggerToString(ecmaVm) + cPre; in DescriptionForWeakMap()
636 description += jsVValue->ToString(ecmaVm)->DebuggerToString(ecmaVm); in DescriptionForWeakMap()
[all …]
/arkcompiler/toolchain/tooling/dynamic/test/
Dpt_types_test.cpp1053 std::string invalidStrInDebugger = invalidStrRef->DebuggerToString(ecmaVm); in HWTEST_F_L0()
1071 std::string invalidStrInDebugger = invalidStrRef->DebuggerToString(ecmaVm); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1396 EXPECT_EQ(toString->DebuggerToString(vm_), str); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1045 std::string DebuggerToString(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2293 std::string StringRef::DebuggerToString(const EcmaVM *vm) in DebuggerToString() function in panda::StringRef