Home
last modified time | relevance | path

Searched refs:IsPrototypeInitialArrayPrototype (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-call-gen.cc244 GotoIfNot(IsPrototypeInitialArrayPrototype(context, arguments_list_map), in CallOrConstructWithArrayLike()
369 GotoIfNot(IsPrototypeInitialArrayPrototype(context, spread_map), &if_generic); in CallOrConstructWithSpread()
Dcast.tq521 if (!IsPrototypeInitialArrayPrototype(map)) goto CastError;
540 if (!IsPrototypeInitialArrayPrototype(map)) goto CastError;
Darray-splice.tq131 if (!IsPrototypeInitialArrayPrototype(map)) goto Bailout;
Darray-join.tq347 if (!IsPrototypeInitialArrayPrototype(map)) goto IfSlowPath;
Dbuiltins-array-gen.cc1270 GotoIfNot(IsPrototypeInitialArrayPrototype(context, array_map), in TF_BUILTIN()
Dbase.tq1279 extern macro IsPrototypeInitialArrayPrototype(implicit context: Context)(Map):
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2615 TNode<BoolT> IsPrototypeInitialArrayPrototype(TNode<Context> context,
Dcode-stub-assembler.cc6271 TNode<BoolT> CodeStubAssembler::IsPrototypeInitialArrayPrototype( in IsPrototypeInitialArrayPrototype() function in v8::internal::CodeStubAssembler