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/
Decma-array-object.h104 ecma_op_array_species_create (ecma_object_t *original_array_p,
Decma-array-object.c679 ecma_op_array_species_create (ecma_object_t *original_array_p, /**< The object from whom the new ar… in ecma_op_array_species_create() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
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()