Lines Matching refs:current
61 HandleScopeData* current;
63 // Throw away all handles in the current scope.
65 current = local_heap_->heap()->isolate()->handle_scope_data();
68 current = &local_heap_->handles()->scope_;
72 DCHECK(current->level > current->sealed_level);
74 // Reinitialize the current scope (so that it's ready
76 prev_next_ = current->next;
77 prev_limit_ = current->limit;
78 current->level++;