Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dhandles.cc141 prev_canonical_scope_ = handle_scope_data->canonical_scope; in CanonicalHandleScope()
142 handle_scope_data->canonical_scope = this; in CanonicalHandleScope()
163 isolate_->handle_scope_data()->canonical_scope = prev_canonical_scope_; in ~CanonicalHandleScope()
Dhandles.h339 CanonicalHandleScope* canonical_scope; member
344 canonical_scope = nullptr; in Initialize()
Dhandles-inl.h182 CanonicalHandleScope* canonical = data->canonical_scope; in GetHandle()
/external/v8/src/compiler/
Djs-heap-broker.cc169 broker->isolate()->handle_scope_data()->canonical_scope != nullptr); in ObjectData()