Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h901 DCHECK(handle_scope_implementer_); in handle_scope_implementer()
902 return handle_scope_implementer_; in handle_scope_implementer()
1247 HandleScopeImplementer* handle_scope_implementer_; variable
Disolate.cc1491 handle_scope_implementer_(NULL), in Isolate()
1731 delete handle_scope_implementer_; in ~Isolate()
1732 handle_scope_implementer_ = NULL; in ~Isolate()
1872 handle_scope_implementer_ = new HandleScopeImplementer(this); in Init()