Home | History | Annotate | Download | only in cctest

Lines Matching refs:flags2

1425   static const ParserFlag flags2[] = { kAllowHarmonyNumericLiterals };
1426 TestParserSync("0o1234", flags2, ARRAY_SIZE(flags2));
1427 TestParserSync("0b1011", flags2, ARRAY_SIZE(flags2));