Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp109 const std::string RemoteObject::JSListFormatDescription = "ListFormat"; // NOLINT (readability-i… member in panda::ecmascript::tooling::RemoteObject
810 std::string description = RemoteObject::JSListFormatDescription + " {}"; in DescriptionForJSListFormat()
Dpt_types.h475 …static const std::string JSListFormatDescription; // NOLINT (readability-identifier-namin… variable