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

  /external/v8/src/debug/
debug-evaluate.h 56 Handle<Context> innermost_context() const { return innermost_context_; }
97 Handle<Context> innermost_context_; member in class:v8::internal::DebugEvaluate::ContextBuilder
debug-evaluate.cc 236 if (innermost_context_.is_null()) {
237 innermost_context_ = outer_context;
239 DCHECK(!innermost_context_.is_null());
288 innermost_context_ = last;

Completed in 370 milliseconds