Lines Matching defs:object
125 Handle<Object> object,
133 JSObject::AddProperty(isolate, holder, name, object, NONE);
145 Handle<JSReceiver> object = Handle<JSReceiver>::cast(value);
146 Maybe<bool> is_array = Object::IsArray(object);
152 Object::GetLengthFromArrayLike(isolate_, object), Object);
158 if (!RecurseAndApply(object, index_name)) return MaybeHandle<Object>();
164 KeyAccumulator::GetKeys(object, KeyCollectionMode::kOwnOnly,
171 if (!RecurseAndApply(object, key_name)) return MaybeHandle<Object>();
289 // We should sent compile error event because we compile JSON object in
558 // setting up the object. Otherwise verification of that object may fail.
568 Handle<JSObject> object = initial_map->is_dictionary_map()
571 object->set_elements(*elements);
576 WriteBarrierMode mode = object->GetWriteBarrierMode(no_gc);
613 // payload, so we can skip notifying object layout change.
626 object->RawFastInobjectPropertyAtPut(index, value, mode);
643 // object's page. Otherwise the GC can add the contents of
661 LookupIterator it(isolate_, object, key, object, LookupIterator::OWN);
665 return object;
748 // Start parsing an object with properties.
817 // Iterate as long as values are produced (arrays or object literals are
860 // Return the object.
865 // Consume to produced object.