Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc199 : isolate_(isolate), context_(context), escaped_(false) { in CallDepthScope()
218 if (!escaped_) isolate_->handle_scope_implementer()->DecrementCallDepth(); in ~CallDepthScope()
226 DCHECK(!escaped_); in Escape()
227 escaped_ = true; in Escape()
237 bool escaped_; member in v8::__anon116d6ad30111::CallDepthScope