Searched refs:Arraybuffer (Results 1 – 2 of 2) sorted by relevance
405 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member417 … type == Promise || type == Typedarray || type == Arraybuffer || type == Dataview || type == I32 || in Valid()441 static const std::string Arraybuffer; // NOLINT (readability-identifier-naming) member449 type == Promise || type == Typedarray || type == Arraybuffer || type == Function; in Valid()
48 const std::string ObjectSubType::Arraybuffer = "arraybuffer"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType76 const std::string ObjectClassName::Arraybuffer = "Arraybuffer"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName167 return std::make_unique<ObjectRemoteObject>(ecmaVm, tagged, ObjectClassName::Arraybuffer, in FromTagged()168 ObjectSubType::Arraybuffer); in FromTagged()