Home
last modified time | relevance | path

Searched refs:DeclareFunction (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Dparser.h357 Statement* DeclareFunction(const AstRawString* variable_name,
Dpreparser.h1120 V8_INLINE PreParserStatement DeclareFunction(
Dparser.cc1487 Statement* Parser::DeclareFunction(const AstRawString* variable_name, in DeclareFunction() function in v8::internal::Parser
Dparser-base.h3855 return impl()->DeclareFunction(variable_name, function, mode, pos, in ParseHoistableDeclaration()