Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_types.h262 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member
274 … type == Promise || type == Typedarray || type == Arraybuffer || type == Dataview || type == I32 || in Valid()
297 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member
305 type == Promise || type == Typedarray || type == Arraybuffer || type == Function; in Valid()
Dpt_types.cpp48 const std::string ObjectSubType::Arraybuffer = "arraybuffer"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
75 const std::string ObjectClassName::Arraybuffer = "Arraybuffer"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
162 return std::make_unique<ObjectRemoteObject>(ecmaVm, tagged, ObjectClassName::Arraybuffer, in FromTagged()
163 ObjectSubType::Arraybuffer); in FromTagged()