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/
H A Dkeyed-store-generic.cc130 UpdateLength update_length);
134 UpdateLength update_length);
363 UpdateLength update_length) { in MaybeUpdateLengthAndReturn()
364 if (update_length != kDontChangeLength) { in MaybeUpdateLengthAndReturn()
376 Label* slow, UpdateLength update_length) { in StoreElementWithCapacity()
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 in StoreElementWithCapacity()
361 MaybeUpdateLengthAndReturn( TNode<JSObject> receiver, TNode<IntPtrT> index, TNode<Object> value, UpdateLength update_length) MaybeUpdateLengthAndReturn() argument
372 StoreElementWithCapacity( TNode<JSObject> receiver, TNode<Map> receiver_map, TNode<FixedArrayBase> elements, TNode<Word32T> elements_kind, TNode<IntPtrT> index, TNode<Object> value, TNode<Context> context, Label* slow, UpdateLength update_length) StoreElementWithCapacity() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A 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()

Completed in 6 milliseconds