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

/external/chromium_org/v8/src/
H A Dpreparser.cc110 PreParserExpression PreParserTraits::ParseFunctionLiteral( function in class:v8::internal::PreParserTraits
115 return pre_parser_->ParseFunctionLiteral(
350 ParseFunctionLiteral(name, scanner()->location(), is_strict_reserved,
823 PreParser::Expression PreParser::ParseFunctionLiteral( function in class:v8::internal::PreParser
875 // See Parser::ParseFunctionLiteral for more information about lazy parsing
H A Dparser.cc744 FunctionLiteral* ParserTraits::ParseFunctionLiteral( function in class:v8::internal::ParserTraits
749 return parser_->ParseFunctionLiteral(
1029 result = ParseFunctionLiteral(raw_name, Scanner::Location::invalid(),
1931 ParseFunctionLiteral(name, scanner()->location(), is_strict_reserved,
3436 FunctionLiteral* Parser::ParseFunctionLiteral( function in class:v8::internal::Parser

Completed in 298 milliseconds