Home | History | Annotate | Download | only in src

Lines Matching refs:ParseFunctionLiteral

299   Expression function_value = ParseFunctionLiteral(is_generator, CHECK_OK);
1061 result = ParseFunctionLiteral(is_generator, CHECK_OK);
1249 ParseFunctionLiteral(false, CHECK_OK);
1336 PreParser::Expression PreParser::ParseFunctionLiteral(bool is_generator,