Searched refs:Arraybuffer (Results 1 – 2 of 2) sorted by relevance
434 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member446 … type == Promise || type == Typedarray || type == Arraybuffer || type == Dataview || type == I32 || in Valid()470 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member478 type == Promise || type == Typedarray || type == Arraybuffer || type == Function; in Valid()
51 const std::string ObjectSubType::Arraybuffer = "arraybuffer"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType79 const std::string ObjectClassName::Arraybuffer = "Arraybuffer"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName170 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()