Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc162 escaped_(false), in CallDepthScope()
172 if (!escaped_) isolate_->handle_scope_implementer()->DecrementCallDepth(); in ~CallDepthScope()
177 DCHECK(!escaped_); in Escape()
178 escaped_ = true; in Escape()
188 bool escaped_; member in v8::__anon116d6ad30111::CallDepthScope