DescriptionChange error messages for octal escape sequences
When an octal escape sequence is in a string in strict mode:
- Octal literals are not allowed in strict mode.
+ Octal escape sequences are not allowed in strict mode.
When an octal escape sequence is in a template string:
- Octal literals are not allowed in template strings.
+ Octal escape sequences are not allowed in template strings.
BUG=v8:4973
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Committed: https://crrev.com/089e4fd32c838f2ec6a001d8db7b8b227936b250
Cr-Commit-Position: refs/heads/master@{#41560}
Patch Set 1 #
Messages
Total messages: 29 (15 generated)
|