Home
last modified time | relevance | path

Searched refs:ecma_op_array_species_create (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-array-object.h104 ecma_op_array_species_create (ecma_object_t *original_array_p,
H A Decma-array-object.c679 ecma_op_array_species_create (ecma_object_t *original_array_p, /**< The object from whom the new array object in ecma_op_array_species_create() function
750 } /* ecma_op_array_species_create */ in ecma_op_array_species_create()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c225 ecma_value_t new_array = ecma_op_array_species_create (obj_p, 0); in ecma_builtin_array_prototype_object_concat()
871 ecma_value_t new_array = ecma_op_array_species_create (obj_p, copied_length); in ecma_builtin_array_prototype_object_slice()
1273 ecma_value_t new_array = ecma_op_array_species_create (obj_p, 0); in ecma_builtin_array_prototype_object_splice()
1967 ecma_value_t new_array = ecma_op_array_species_create (obj_p, len); in ecma_builtin_array_prototype_object_map()
2060 ecma_value_t new_array = ecma_op_array_species_create (obj_p, 0); in ecma_builtin_array_prototype_object_filter()

Completed in 5 milliseconds