Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
Dhandles.cc160 prev_canonical_scope_ = handle_scope_data->canonical_scope; in CanonicalHandleScope()
176 isolate_->handle_scope_data()->canonical_scope = prev_canonical_scope_; in ~CanonicalHandleScope()
Dhandles.h314 CanonicalHandleScope* prev_canonical_scope_; variable