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

  /external/v8/src/ast/
scopeinfo.cc 142 DCHECK(index == scope_info->ContextGlobalNameEntriesIndex());
518 DCHECK_EQ(scope_info->ContextGlobalNameEntriesIndex(),
522 int start = scope_info->ContextGlobalNameEntriesIndex();
523 int end = scope_info->ContextGlobalNameEntriesIndex() +
616 int ScopeInfo::ContextGlobalNameEntriesIndex() {
622 return ContextGlobalNameEntriesIndex() + ContextGlobalCount();
  /external/v8/src/
objects.h     [all...]

Completed in 92 milliseconds