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

/external/v8/src/ast/
H A Dscopeinfo.cc479 bool ScopeInfo::HasFunctionName() { function in class:v8::internal::ScopeInfo
527 DCHECK(HasFunctionName());
779 return FunctionNameInfoIndex() + (HasFunctionName() ? 2 : 0);
842 if (HasFunctionName()) {

Completed in 26 milliseconds