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 73 if (scope_info->HasContext()) {
181 Handle<JSFunction> js_function = HasContext()
235 if (nested_scope_chain_.last().scope_info->HasContext()) {
255 DCHECK(context_->IsFunctionContext() || !scope_info->HasContext());
270 DCHECK(!scope_info->HasContext() || context_->IsBlockContext());
273 DCHECK(!scope_info->HasContext() || context_->IsEvalContext());
333 bool ScopeIterator::HasContext() {
338 return nested_scope_chain_.last().scope_info->HasContext();
389 } else if (nested_scope_chain_.last().scope_info->HasContext()) {
508 if (!scope_info->HasContext()) return local_scope
    [all...]
  /external/v8/src/objects/
scope-info.cc 512 bool ScopeInfo::HasContext() { return ContextLength() > 0; }
    [all...]

Completed in 122 milliseconds