Home
last modified time | relevance | path

Searched refs:DeclareFunctionNameVar (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc215 DeclareFunctionNameVar(function_name, function_type, function_scope); in PreParseFunction()
Dpreparser.h1136 V8_INLINE void DeclareFunctionNameVar(
1148 V8_INLINE void DeclareFunctionNameVar(
1152 DeclareFunctionNameVar(function_name.string_, function_type,
Dparser.h307 void DeclareFunctionNameVar(const AstRawString* function_name,
Dparser.cc1774 void Parser::DeclareFunctionNameVar(const AstRawString* function_name, in DeclareFunctionNameVar() function in v8::internal::Parser
Dparser-base.h4284 impl()->DeclareFunctionNameVar(function_name, function_type, function_scope); in ParseFunctionBody()