Home
last modified time | relevance | path

Searched refs:Weakset (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h427 static const std::string Weakset; // NOLINT (readability-identifier-naming) member
459 static const std::string Weakset; // NOLINT (readability-identifier-naming) member
476 type == Weakmap || type == Weakset || type == ArrayIterator || type == StringIterator || in Valid()
H A Dpt_types.cpp44 const std::string ObjectSubType::Weakset = "weakset"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectSubType
68 const std::string ObjectClassName::Weakset = "Weakset"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectClassName
158 return std::make_unique<ObjectRemoteObject>(ecmaVm, tagged, ObjectClassName::Weakset, ObjectSubType::Weakset); in FromTagged()

Completed in 11 milliseconds