Home | History | Annotate | Download | only in src

Lines Matching refs:isolate_

35       : isolate_(isolate),
48 : isolate_(isolate),
58 : isolate_(receiver_map->GetIsolate()),
59 object_(receiver_map->GetPrototypeChainRootMap(isolate_)->prototype()),
61 is_at_end_(object_->IsNull(isolate_)),
72 : isolate_(receiver_map->GetIsolate()),
74 handle_(receiver_map->GetPrototypeChainRootMap(isolate_)->prototype(),
75 isolate_),
77 is_at_end_(handle_->IsNull(isolate_)),
93 return isolate_->MayAccess(handle(isolate_->context()),
115 object_ = isolate_->heap()->null_value();
119 handle_ = isolate_->factory()->null_value();
132 : prototype->IsNull(isolate_);
137 handle_ = handle(prototype, isolate_);
147 handle_ = isolate_->factory()->null_value();
164 isolate_->StackOverflow();
171 where_to_end_ == END_AT_NON_HIDDEN || handle_->IsNull(isolate_);
176 Isolate* isolate() const { return isolate_; }
179 Isolate* isolate_;