Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c1156 bool update_length = (index >= ext_object_p->u.array.length); in ecma_op_array_object_define_own_property() local
1158 if (update_length && !ecma_is_property_writable (ext_object_p->u.array.u.length_prop)) in ecma_op_array_object_define_own_property()
1178 if (update_length) in ecma_op_array_object_define_own_property()