Home | History | Annotate | Download | only in src

Lines Matching refs:object_

36         object_(NULL),
49 object_(receiver),
59 object_(receiver_map->GetPrototypeChainRootMap(isolate_)->prototype()),
61 is_at_end_(object_->IsNull(isolate_)),
64 DCHECK(object_->IsJSReceiver());
65 Map* map = JSReceiver::cast(object_)->map();
73 object_(NULL),
102 return T::cast(object_);
108 DCHECK(iterator.object_ == NULL);
113 if (handle_.is_null() && object_->IsJSProxy()) {
115 object_ = isolate_->heap()->null_value();
126 Object* object = handle_.is_null() ? object_ : *handle_;
135 object_ = prototype;
144 DCHECK(!(handle_.is_null() && object_->IsJSProxy()));
180 Object* object_;