Lines Matching defs:current
223 // If the Isolate is not available for the current thread we cannot retrieve
363 // Note, the current implementation is extremely inefficient as it uses the
932 i::HandleScopeData* current = internal_isolate->handle_scope_data();
934 prev_next_ = current->next;
935 prev_limit_ = current->limit;
936 current->level++;
985 i::HandleScopeData* current = isolate_->handle_scope_data();
986 prev_limit_ = current->limit;
987 current->limit = current->next;
988 prev_sealed_level_ = current->sealed_level;
989 current->sealed_level = current->level;
993 i::HandleScopeData* current = isolate_->handle_scope_data();
994 DCHECK_EQ(current->next, current->limit);
995 current->limit = prev_limit_;
996 DCHECK_EQ(current->level, current->sealed_level);
997 current->sealed_level = prev_sealed_level_;
8707 "The current platform's foreground task runner does not have "
9241 // We left the current context, we can abort all WebAssembly compilations
10490 HandleScopeData* current = isolate_->handle_scope_data();
10491 handle_scope_data_ = *current;
10495 current->Initialize();
10563 HandleScopeData* current = isolate_->handle_scope_data();
10564 handle_scope_data_ = *current;