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

  /external/v8/src/debug/
debug-scopes.cc 68 if (scope_info->HasContext()) {
145 Handle<JSFunction> js_function = HasContext()
199 if (nested_scope_chain_.last().scope_info->HasContext()) {
219 DCHECK(context_->IsFunctionContext() || !scope_info->HasContext());
234 DCHECK(!scope_info->HasContext() || context_->IsBlockContext());
237 DCHECK(!scope_info->HasContext() || context_->IsFunctionContext());
297 bool ScopeIterator::HasContext() {
302 return nested_scope_chain_.last().scope_info->HasContext();
354 } else if (nested_scope_chain_.last().scope_info->HasContext()) {
486 if (!scope_info->HasContext()) return local_scope
    [all...]
  /external/v8/src/ast/
scopeinfo.cc 370 bool ScopeInfo::HasContext() {

Completed in 132 milliseconds