Home
last modified time | relevance | path

Searched refs:IsPrototypeTypedArrayPrototype (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dtyped-array-createtypedarray.tq423 if (!IsPrototypeTypedArrayPrototype(exemplar.map)) goto IfSlow;
Dbase.tq1289 extern macro IsPrototypeTypedArrayPrototype(implicit context: Context)(Map):
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2617 TNode<BoolT> IsPrototypeTypedArrayPrototype(TNode<Context> context,
Dcode-stub-assembler.cc6280 TNode<BoolT> CodeStubAssembler::IsPrototypeTypedArrayPrototype( in IsPrototypeTypedArrayPrototype() function in v8::internal::CodeStubAssembler