Searched refs:DebuggerToString (Results 1 – 5 of 5) sorted by relevance
304 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 …]
1053 std::string invalidStrInDebugger = invalidStrRef->DebuggerToString(ecmaVm); in HWTEST_F_L0()1071 std::string invalidStrInDebugger = invalidStrRef->DebuggerToString(ecmaVm); in HWTEST_F_L0()
1396 EXPECT_EQ(toString->DebuggerToString(vm_), str); in HWTEST_F_L0()
1045 std::string DebuggerToString(const EcmaVM *vm);
2293 std::string StringRef::DebuggerToString(const EcmaVM *vm) in DebuggerToString() function in panda::StringRef