Lines Matching refs:isolate_
84 isolate_ = isolate;
91 : isolate_(other.isolate_),
94 other.isolate_ = nullptr;
98 if (V8_UNLIKELY(isolate_ == nullptr)) return;
99 CloseScope(isolate_, prev_next_, prev_limit_);
103 if (isolate_ == nullptr) {
104 isolate_ = other.isolate_;
106 DCHECK_EQ(isolate_, other.isolate_);
107 CloseScope(isolate_, prev_next_, prev_limit_);
111 other.isolate_ = nullptr;
147 HandleScopeData* current = isolate_->handle_scope_data();
150 CloseScope(isolate_, prev_next_, prev_limit_);
153 Handle<T> result(value, isolate_);
190 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) {
193 HandleScopeData* current = isolate_->handle_scope_data();
205 HandleScopeData* current = isolate_->handle_scope_data();