Lines Matching defs:element
138 TNode<Object> element = LoadAndNormalizeFixedArrayElement(
140 AddConstructorEntry(variant, context, collection, add_func, element,
145 // elements, a fast loop is used. This assumes that adding an element
158 TNode<Object> element =
161 element);
454 TNode<Object> element = UnsafeLoadFixedArrayElement(elements, index);
455 return Select<Object>(IsTheHole(element), [=] { return UndefinedConstant(); },
456 [=] { return element; });
463 TNode<Float64T> element =
466 entry = AllocateHeapNumberWithValue(element);
1599 // Store the key, value and connect the element to the bucket chain.
1771 // Store the key, value and connect the element to the bucket chain.