Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Darray-concat.tq16 return CloneFastJSArray(context, a);
32 return CloneFastJSArray(context, a);
Darray-slice.tq155 // object whose valueOf returns 0) we must not call CloneFastJSArray. This is
158 // CloneFastJSArray here is safe only if we know ToInteger didn't call user
162 // degree). This is because CloneFastJSArray produces arrays which are
170 return CloneFastJSArray(context, a);
Dbuiltins-constructor-gen.cc477 return CloneFastJSArray(context, boilerplate, allocation_site); in CreateShallowArrayLiteral()
479 return CloneFastJSArray(context, boilerplate); in CreateShallowArrayLiteral()
Dbuiltins-array-gen.cc474 TF_BUILTIN(CloneFastJSArray, ArrayBuiltinsAssembler) { in TF_BUILTIN() argument
483 Return(CloneFastJSArray(context, array)); in TF_BUILTIN()
502 Return(CloneFastJSArray(context, array, base::nullopt, in TF_BUILTIN()
Dbuiltins-definitions.h397 TFS(CloneFastJSArray, kSource) \
/third_party/node/deps/v8/src/objects/
Djs-array.tq183 extern builtin CloneFastJSArray(Context, FastJSArrayForCopy): JSArray;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2013 TNode<JSArray> CloneFastJSArray(
Dcode-stub-assembler.cc4209 TNode<JSArray> CodeStubAssembler::CloneFastJSArray( in CloneFastJSArray() function in v8::internal::CodeStubAssembler