Home
last modified time | relevance | path

Searched refs:canonical_level_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dhandles.cc141 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()
Dhandles.h266 int canonical_level_; variable