Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc130 UpdateLength update_length);
134 UpdateLength update_length);
363 UpdateLength update_length) { in MaybeUpdateLengthAndReturn() argument
364 if (update_length != kDontChangeLength) { in MaybeUpdateLengthAndReturn()
376 Label* slow, UpdateLength update_length) { in StoreElementWithCapacity() argument
377 if (update_length != kDontChangeLength) { in StoreElementWithCapacity()
407 if (update_length == kDontChangeLength) { in StoreElementWithCapacity()
424 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
430 MaybeUpdateLengthAndReturn(receiver, index, value, update_length); in StoreElementWithCapacity()
443 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
[all …]
/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()