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