HomeSort by relevance Sort by last modified time
    Searched refs:HasContext (Results 1 - 8 of 8) 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...]
debug-scopes.h 64 bool HasContext();
debug-evaluate.cc 156 it.HasContext() ? it.CurrentContext() : outer_context;
168 if (it.HasContext()) {
190 if (it.HasContext()) {
  /external/v8/src/objects/
scope-info.h 88 bool HasContext();
scope-info.cc 512 bool ScopeInfo::HasContext() { return ContextLength() > 0; }
    [all...]
  /external/v8/src/compiler/
instruction.cc     [all...]
instruction.h     [all...]
instruction-selector.cc 602 if (descriptor->HasContext()) {
    [all...]

Completed in 152 milliseconds