Home | History | Annotate | Download | only in src

Lines Matching refs:isolate_

30   isolate_ = isolate;
46 int before = NumberOfHandles(isolate_);
47 CloseScope(isolate_, prev_next_, prev_limit_);
48 int after = NumberOfHandles(isolate_);
53 CloseScope(isolate_, prev_next_, prev_limit_);
81 HandleScopeData* current = isolate_->handle_scope_data();
85 CloseScope(isolate_, prev_next_, prev_limit_);
88 Handle<T> result(value, isolate_);
122 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) {
125 HandleScopeData* current = isolate_->handle_scope_data();
138 HandleScopeData* current = isolate_->handle_scope_data();