Searched refs:first_scope_ (Results 1 – 2 of 2) sorted by relevance
215 current_scope_(&first_scope_), in VariableSizedHandleScope()216 first_scope_(/*link=*/ nullptr) { in VariableSizedHandleScope()224 while (current_scope_ != &first_scope_) { in ~VariableSizedHandleScope()
274 LocalScopeType first_scope_; variable