Home | History | Annotate | Download | only in src

Lines Matching refs:info_

63 // the underlying DeferredHandleScope and stores them in info_ on
68 : deferred_(info->isolate()), info_(info) {}
69 ~CompilationHandleScope() { info_->set_deferred_handles(deferred_.Detach()); }
73 CompilationInfo* info_;