Home
last modified time | relevance | path

Searched refs:new_array_p (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c236 ecma_object_t *new_array_p = ecma_get_object_from_value (new_array); in ecma_builtin_array_prototype_object_concat() local
240 ecma_value_t concat_this_value = ecma_builtin_helper_array_concat_value (new_array_p, in ecma_builtin_array_prototype_object_concat()
245 ecma_deref_object (new_array_p); in ecma_builtin_array_prototype_object_concat()
254 ecma_value_t concat_value = ecma_builtin_helper_array_concat_value (new_array_p, &new_length, args[arg_index]); in ecma_builtin_array_prototype_object_concat()
258 ecma_deref_object (new_array_p); in ecma_builtin_array_prototype_object_concat()
265 ecma_value_t set_length_value = ecma_builtin_array_prototype_helper_set_length (new_array_p, in ecma_builtin_array_prototype_object_concat()
269 ecma_deref_object (new_array_p); in ecma_builtin_array_prototype_object_concat()
883 ecma_object_t *new_array_p = ecma_get_object_from_value (new_array); in ecma_builtin_array_prototype_object_slice() local
910 ecma_extended_object_t *ext_to_obj_p = (ecma_extended_object_t *) new_array_p; in ecma_builtin_array_prototype_object_slice()
917 to_buffer_p = ECMA_GET_NON_NULL_POINTER (ecma_value_t, new_array_p in ecma_builtin_array_prototype_object_slice()
1284 ecma_object_t *new_array_p = ecma_get_object_from_value (new_array); ecma_builtin_array_prototype_object_splice() local
1980 ecma_object_t *new_array_p = ecma_get_object_from_value (new_array); ecma_builtin_array_prototype_object_map() local
2071 ecma_object_t *new_array_p = ecma_get_object_from_value (new_array); ecma_builtin_array_prototype_object_filter() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-iterator-object.c58 ecma_object_t *new_array_p = ecma_get_object_from_value (new_array); in ecma_create_array_from_iter_element() local
66 ecma_value_t completion = ecma_builtin_helper_def_prop (new_array_p, in ecma_create_array_from_iter_element()

Completed in 3 milliseconds