Searched refs:debug_context_ (Results 1 – 2 of 2) sorted by relevance
517 inline Handle<Context> debug_context() { return debug_context_; } in debug_context()525 inline bool is_loaded() const { return !debug_context_.is_null(); } in is_loaded()640 Handle<Context> debug_context_; variable
32 : debug_context_(Handle<Context>()), in Debug()550 debug_context_ = Handle<Context>::cast( in Load()567 GlobalHandles::Destroy(Handle<Object>::cast(debug_context_).location()); in Unload()568 debug_context_ = Handle<Context>(); in Unload()