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

  /external/v8/src/objects/
scope-info.cc 258 DCHECK_EQ(index, scope_info->FunctionNameInfoIndex());
323 DCHECK_EQ(index, scope_info->FunctionNameInfoIndex());
390 DCHECK_EQ(index, scope_info->FunctionNameInfoIndex());
516 return String::cast(get(FunctionNameInfoIndex()));
717 return Smi::cast(get(FunctionNameInfoIndex() + 1))->value();
750 int ScopeInfo::FunctionNameInfoIndex() {
755 return FunctionNameInfoIndex() + (HasFunctionName() ? 2 : 0);
    [all...]
scope-info.h 286 int FunctionNameInfoIndex();

Completed in 440 milliseconds