Home
last modified time | relevance | path

Searched refs:ObjectClassName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp21 using ObjectClassName = RemoteObject::ClassName; typedef
57 const std::string ObjectClassName::Object = "Object"; // NOLINT (readability-ident…
58 const std::string ObjectClassName::Function = "Function"; // NOLINT (readability-ident…
59 const std::string ObjectClassName::Array = "Array"; // NOLINT (readability-ident…
60 const std::string ObjectClassName::Regexp = "RegExp"; // NOLINT (readability-ident…
61 const std::string ObjectClassName::Date = "Date"; // NOLINT (readability-ident…
62 const std::string ObjectClassName::Map = "Map"; // NOLINT (readability-ident…
63 const std::string ObjectClassName::Set = "Set"; // NOLINT (readability-ident…
64 const std::string ObjectClassName::Weakmap = "Weakmap"; // NOLINT (readability-ident…
65 const std::string ObjectClassName::Weakset = "Weakset"; // NOLINT (readability-ident…
[all …]
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp34 using ObjectClassName = RemoteObject::ClassName; typedef
1175 .SetClassName(ObjectClassName::Object) in GetLocalScopeChain()
1219 .SetClassName(ObjectClassName::Object) in GetModuleScopeChain()
1338 .SetClassName(ObjectClassName::Global) in GetGlobalScopeChain()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp34 using ObjectClassName = RemoteObject::ClassName; typedef
Ddebugger_events_test.cpp28 using ObjectClassName = RemoteObject::ClassName; typedef
Ddebugger_params_test.cpp35 using ObjectClassName = RemoteObject::ClassName; typedef
Ddebugger_types_test.cpp35 using ObjectClassName = RemoteObject::ClassName; typedef