| Index: src/char-predicates.h
|
| diff --git a/src/char-predicates.h b/src/char-predicates.h
|
| index 3fcaeb626f457d7397f5a83fc806356bfba166c7..63e83b4d3f05b3b458199934443590048cbfaadf 100644
|
| --- a/src/char-predicates.h
|
| +++ b/src/char-predicates.h
|
| @@ -37,6 +37,8 @@ inline bool IsCarriageReturn(uc32 c);
|
| inline bool IsLineFeed(uc32 c);
|
| inline bool IsDecimalDigit(uc32 c);
|
| inline bool IsHexDigit(uc32 c);
|
| +inline bool IsRegExpWord(uc32 c);
|
| +inline bool IsRegExpNewline(uc32 c);
|
|
|
| struct IdentifierStart {
|
| static inline bool Is(uc32 c) {
|
|
|