HomeSort by relevance Sort by last modified time
    Searched refs:debug_context_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
debug.h 230 bool IsLoaded() { return !debug_context_.is_null(); }
276 inline Handle<Context> debug_context() { return debug_context_; }
477 Handle<Context> debug_context_; member in class:v8::internal::Debug
    [all...]
debug.cc 860 debug_context_ = context;
877 reinterpret_cast<Object**>(debug_context_.location()));
878 debug_context_ = Handle<Context>();
    [all...]

Completed in 477 milliseconds