Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-evaluate.h56 Handle<Context> innermost_context() const { return innermost_context_; } in innermost_context()
97 Handle<Context> innermost_context_; variable
Ddebug-evaluate.cc236 if (innermost_context_.is_null()) { in ContextBuilder()
237 innermost_context_ = outer_context; in ContextBuilder()
239 DCHECK(!innermost_context_.is_null()); in ContextBuilder()
288 innermost_context_ = last; in RecordContextsInChain()