Home
last modified time | relevance | path

Searched defs:original_array (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-array.cc222 Handle<Object> original_array = args.at(0); in RUNTIME_FUNCTION() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c684 ecma_value_t original_array = ecma_make_object_value (original_array_p); in ecma_op_array_species_create() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array-gen.cc32 TNode<JSTypedArray> original_array = CAST(o()); in TypedArrayMapResultGenerator() local
/third_party/node/deps/v8/src/objects/
Dobjects.cc1676 Isolate* isolate, Handle<Object> original_array) { in ArraySpeciesConstructor()