Home | History | Annotate | Download | only in parsing

Lines Matching refs:ParseInfo

156 void Parser::SetCachedData(ParseInfo* info) {
503 Parser::Parser(ParseInfo* info)
520 // Even though we were passed ParseInfo, we should not store it in
522 // ParseInfo during background parsing.
571 ParseInfo* info, MaybeHandle<ScopeInfo> maybe_outer_scope_info) {
588 FunctionLiteral* Parser::ParseProgram(Isolate* isolate, ParseInfo* info) {
656 FunctionLiteral* Parser::DoParseProgram(ParseInfo* info) {
659 // via ParseInfo, and also not pass it forward.
763 FunctionLiteral* Parser::ParseFunction(Isolate* isolate, ParseInfo* info) {
810 static FunctionLiteral::FunctionType ComputeFunctionType(ParseInfo* info) {
822 FunctionLiteral* Parser::DoParseFunction(ParseInfo* info,
3438 void Parser::ParseOnBackground(ParseInfo* info) {