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

  /external/v8/src/ast/
scopeinfo.cc 180 DCHECK(index == scope_info->FunctionNameEntryIndex());
256 DCHECK(index == scope_info->FunctionNameEntryIndex());
377 return String::cast(get(FunctionNameEntryIndex()));
583 return Smi::cast(get(FunctionNameEntryIndex() + 1))->value();
636 int ScopeInfo::FunctionNameEntryIndex() {
  /external/v8/src/
objects.h     [all...]

Completed in 610 milliseconds