Searched refs:canonical_level_ (Results 1 – 2 of 2) sorted by relevance
129 canonical_level_ = handle_scope_data->level; in CanonicalHandleScope()141 DCHECK_LE(canonical_level_, isolate_->handle_scope_data()->level); in Lookup()142 if (isolate_->handle_scope_data()->level != canonical_level_) { in Lookup()
342 int canonical_level_; variable