Home
last modified time | relevance | path

Searched refs:CheckStrictOctalLiteral (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc113 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()
Dparser.cc604 CheckStrictOctalLiteral(beg_pos, scanner()->location().end_pos, &ok); in DoParseProgram()
2692 CheckStrictOctalLiteral(scope->start_position(), scope->end_position(), in ParseFunctionLiteral()
Dparser-base.h833 void CheckStrictOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckStrictOctalLiteral() function
4468 CheckStrictOctalLiteral(formal_parameters.scope->start_position(), in ParseArrowFunctionLiteral()