Home | History | Annotate | Download | only in compiler

Lines Matching refs:ContextRef

540 base::Optional<ContextRef> ContextRef::previous() const {
544 if (previous == nullptr) return base::Optional<ContextRef>();
545 return ContextRef(broker(), handle(previous, broker()->isolate()));
548 ObjectRef ContextRef::get(int index) const {
770 LookupResult result{ContextRef(broker(), script_context),