| Index: src/scanner.h
|
| diff --git a/src/scanner.h b/src/scanner.h
|
| index e626f206c74952c856d77d55b708b9e01661b1ac..13cb01092b860fdd02429d63a74faffb281e79f2 100644
|
| --- a/src/scanner.h
|
| +++ b/src/scanner.h
|
| @@ -637,6 +637,8 @@ class Scanner {
|
| // Decodes a Unicode escape-sequence which is part of an identifier.
|
| // If the escape sequence cannot be decoded the result is kBadChar.
|
| uc32 ScanIdentifierUnicodeEscape();
|
| + // Helper for the above functions.
|
| + uc32 ScanUnicodeEscape();
|
|
|
| // Return the current source position.
|
| int source_pos() {
|
|
|