diff options
author | Fedor Indutny <fedor.indutny@gmail.com> | 2014-03-18 00:33:01 +0400 |
---|---|---|
committer | Fedor Indutny <fedor.indutny@gmail.com> | 2014-03-18 00:33:01 +0400 |
commit | 4d140746f0978da2a6493b92d3b6de4b18f3394d (patch) | |
tree | 69d76bb397ca1dde203a5d7535ecc33c58c85f25 /deps/v8/src/unicode.h | |
parent | ee4b9b552dee37ed5844da6c261e4d28a33d3c13 (diff) | |
download | node-new-4d140746f0978da2a6493b92d3b6de4b18f3394d.tar.gz |
deps: update v8 to 3.24.35.17
Diffstat (limited to 'deps/v8/src/unicode.h')
-rw-r--r-- | deps/v8/src/unicode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/src/unicode.h b/deps/v8/src/unicode.h index 65a9af58fc..bb5506d38e 100644 --- a/deps/v8/src/unicode.h +++ b/deps/v8/src/unicode.h @@ -226,6 +226,9 @@ struct Lowercase { struct Letter { static bool Is(uchar c); }; +struct Space { + static bool Is(uchar c); +}; struct Number { static bool Is(uchar c); }; |