Searched refs:CheckStrictOctalLiteral (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/parsing/ |
D | preparser.cc | 113 CheckStrictOctalLiteral(start_position, scanner()->location().end_pos, &ok); in PreParseProgram() 245 CheckStrictOctalLiteral(function_scope->start_position(), end_pos, ok); in PreParseFunction() 346 CheckStrictOctalLiteral(start_position, end_position, CHECK_OK); in ParseFunctionLiteral()
|
D | parser.cc | 604 CheckStrictOctalLiteral(beg_pos, scanner()->location().end_pos, &ok); in DoParseProgram() 2692 CheckStrictOctalLiteral(scope->start_position(), scope->end_position(), in ParseFunctionLiteral()
|
D | parser-base.h | 833 void CheckStrictOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckStrictOctalLiteral() function 4468 CheckStrictOctalLiteral(formal_parameters.scope->start_position(), in ParseArrowFunctionLiteral()
|