Home | History | Annotate | Download | only in cctest

Lines Matching defs:flags2

1308   static const ParserFlag flags2[] = { kAllowHarmonyNumericLiterals };
1309 TestParserSync("0o1234", flags2, ARRAY_SIZE(flags2));
1310 TestParserSync("0b1011", flags2, ARRAY_SIZE(flags2));