Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc134 CheckStrictOctalLiteral(start_position, end_pos, &ok); in PreParseLazyFunction()
1157 CheckStrictOctalLiteral(start_position, end_position, CHECK_OK); in ParseFunctionLiteral()
Dpreparser.h994 CheckStrictOctalLiteral(start_position, scanner()->location().end_pos,
Dparser-base.h477 inline void CheckStrictOctalLiteral(int beg_pos, int end_pos, bool* ok) { in CheckStrictOctalLiteral() function
3109 CheckStrictOctalLiteral(formal_parameters.scope->start_position(), in ParseArrowFunctionLiteral()
Dparser.cc912 CheckStrictOctalLiteral(beg_pos, scanner()->location().end_pos, &ok); in DoParseProgram()
4309 CheckStrictOctalLiteral(scope->start_position(), scope->end_position(), in ParseFunctionLiteral()