Home
last modified time | relevance | path

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

/external/v8/src/
Dhandles.cc125 prev_canonical_scope_ = handle_scope_data->canonical_scope; in CanonicalHandleScope()
126 handle_scope_data->canonical_scope = this; in CanonicalHandleScope()
136 isolate_->handle_scope_data()->canonical_scope = prev_canonical_scope_; in ~CanonicalHandleScope()
Dhandles.h396 CanonicalHandleScope* canonical_scope; member
401 canonical_scope = NULL; in Initialize()
Dhandles-inl.h117 CanonicalHandleScope* canonical = data->canonical_scope; in GetHandle()