Chromium Code Reviews| Index: src/scanner-base.h |
| =================================================================== |
| --- src/scanner-base.h (revision 7030) |
| +++ src/scanner-base.h (working copy) |
| @@ -417,6 +417,8 @@ |
| } |
| uc32 ScanHexEscape(uc32 c, int length); |
| + |
| + // Scans octal escape sequence. Also accepts "\0" decimal escape sequence. |
| uc32 ScanOctalEscape(uc32 c, int length); |
| // Return the current source position. |