Home
last modified time | relevance | path

Searched refs:canonical_scope (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dhandles.cc160 prev_canonical_scope_ = handle_scope_data->canonical_scope; in CanonicalHandleScope()
161 handle_scope_data->canonical_scope = this; in CanonicalHandleScope()
176 isolate_->handle_scope_data()->canonical_scope = prev_canonical_scope_; in ~CanonicalHandleScope()
Dhandles.h363 CanonicalHandleScope* canonical_scope; member
368 canonical_scope = nullptr; in Initialize()
Dhandles-inl.h185 CanonicalHandleScope* canonical = data->canonical_scope; in GetHandle()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc109 isolate->handle_scope_data()->canonical_scope != nullptr); in ObjectData()