Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_types.h405 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member
417 … type == Promise || type == Typedarray || type == Arraybuffer || type == Dataview || type == I32 || in Valid()
441 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member
449 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
76 const std::string ObjectClassName::Arraybuffer = "Arraybuffer"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
167 return std::make_unique<ObjectRemoteObject>(ecmaVm, tagged, ObjectClassName::Arraybuffer, in FromTagged()
168 ObjectSubType::Arraybuffer); in FromTagged()