Home
last modified time | relevance | path

Searched refs:InInnerScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.cc209 if (InInnerScope()) { in MaterializeScopeDetails()
217 return InInnerScope() || !context_->IsNativeContext(); in HasPositionInfo()
221 if (InInnerScope()) return current_scope_->start_position(); in start_position()
227 if (InInnerScope()) return current_scope_->end_position(); in end_position()
248 return !InInnerScope() || current_scope_->NeedsContext(); in HasContext()
264 bool inner = InInnerScope(); in Next()
268 DCHECK_IMPLIES(InInnerScope(), current_scope_->is_script_scope()); in Next()
283 DCHECK_IMPLIES(InInnerScope(), current_scope_->outer_scope() != nullptr); in Next()
296 if (InInnerScope()) { in Type()
387 if (InInnerScope()) { in VisitScope()
[all …]
Ddebug-scopes.h98 bool InInnerScope() const { return !function_.is_null(); } in InInnerScope() function
Ddebug-evaluate.cc198 for (; scope_iterator_.InInnerScope(); scope_iterator_.Next()) { in ContextBuilder()