Searched defs:FunctionNameEntryIndex (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dscopeinfo.cc130 ASSERT(index == scope_info->FunctionNameEntryIndex());
233 return String::cast(get(FunctionNameEntryIndex()));
358 return Smi::cast(get(FunctionNameEntryIndex() + 1))->value();
386 int ScopeInfo::FunctionNameEntryIndex() { function in class:v8::internal::ScopeInfo

Completed in 201 milliseconds