Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h221 static bool IsLoaded() { return !debug_context_.is_null(); } in IsLoaded()
263 inline static Handle<Context> debug_context() { return debug_context_; } in debug_context()
400 static Handle<Context> debug_context_; variable
Ddebug.cc554 Handle<Context> Debug::debug_context_ = Handle<Context>(); member in v8::internal::Debug
773 debug_context_ = Handle<Context>::cast(GlobalHandles::Create(*context)); in Load()
789 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_context_.location())); in Unload()
790 debug_context_ = Handle<Context>(); in Unload()