Lines Matching defs:elements
570 i::Handle<i::FixedArray> elements = i::ArrayList::Elements(isolate, list);
571 ctx->set_serialized_objects(*elements);
582 i::Handle<i::FixedArray> elements = i::ArrayList::Elements(isolate, list);
583 isolate->heap()->SetSerializedObjects(*elements);
7066 i::Handle<i::FixedArrayBase>& elements,
7074 // add the {name}/{value} pair to the {elements}, otherwise they end
7079 // dictionary elements backing store for {elements}.
7080 if (!elements->IsNumberDictionary()) {
7081 elements =
7084 elements = i::NumberDictionary::Set(
7085 i_isolate, i::Handle<i::NumberDictionary>::cast(elements), index,
7118 i::Handle<i::FixedArrayBase> elements =
7123 // large enough to hold all of them, while we start with no elements
7128 AddPropertiesAndElementsToObject(i_isolate, properties, elements, names,
7132 i::Handle<i::HeapObject>::cast(proto), properties, elements);
7137 AddPropertiesAndElementsToObject(i_isolate, properties, elements, names,
7141 i::Handle<i::HeapObject>::cast(proto), properties, elements);
7366 Local<v8::Array> v8::Array::New(Isolate* isolate, Local<Value>* elements,
7376 i::Handle<i::Object> element = Utils::OpenHandle(*elements[i]);
9368 // Copy as many elements into the output vector as we can. If the