| // Copyright (C) 2016 the V8 project authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| esid: sec-additional-syntax-string-literals |
| LegacyOctalEscapeSequence is not enabled in strict mode code (regardless of |
| LegacyOctalEscapeSequence |
| LegacyOctalEscapeSequence :: |
| OctalDigit [lookahead ∉ OctalDigit] |
| ZeroToThree OctalDigit [lookahead ∉ OctalDigit] |
| ZeroToThree OctalDigit OctalDigit |
| This definition of EscapeSequence is not used in strict mode or when |
| parsing TemplateCharacter. |