Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_types.h434 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member
446 … type == Promise || type == Typedarray || type == Arraybuffer || type == Dataview || type == I32 || in Valid()
470 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member
478 type == Promise || type == Typedarray || type == Arraybuffer || type == Function; in Valid()
Dpt_types.cpp51 const std::string ObjectSubType::Arraybuffer = "arraybuffer"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
79 const std::string ObjectClassName::Arraybuffer = "Arraybuffer"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
170 return std::make_unique<ObjectRemoteObject>(ecmaVm, tagged, ObjectClassName::Arraybuffer, in FromTagged()
171 ObjectSubType::Arraybuffer); in FromTagged()
760 std::string description = ObjectClassName::Arraybuffer + "(" + std::to_string(len) + ")"; in DescriptionForArrayBuffer()