Searched refs:CheckStrictOctalLiteral (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ |
D | preparser.cc | 134 CheckStrictOctalLiteral(start_position, end_pos, &ok); in PreParseLazyFunction() 1157 CheckStrictOctalLiteral(start_position, end_position, CHECK_OK); in ParseFunctionLiteral()
|
D | preparser.h | 994 CheckStrictOctalLiteral(start_position, scanner()->location().end_pos,
|
D | parser-base.h | 477 inline void CheckStrictOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckStrictOctalLiteral() function 3109 CheckStrictOctalLiteral(formal_parameters.scope->start_position(), in ParseArrowFunctionLiteral()
|
D | parser.cc | 912 CheckStrictOctalLiteral(beg_pos, scanner()->location().end_pos, &ok); in DoParseProgram() 4309 CheckStrictOctalLiteral(scope->start_position(), scope->end_position(), in ParseFunctionLiteral()
|