Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h518 inline Handle<Context> debug_context() { return debug_context_; } in debug_context()
526 inline bool is_loaded() const { return !debug_context_.is_null(); } in is_loaded()
654 Handle<Context> debug_context_; variable
Ddebug.cc38 : debug_context_(Handle<Context>()), in Debug()
473 debug_context_ = Handle<Context>::cast( in Load()
490 GlobalHandles::Destroy(Handle<Object>::cast(debug_context_).location()); in Unload()
491 debug_context_ = Handle<Context>(); in Unload()