Chromium Code Reviews| Index: src/macros.py |
| diff --git a/src/macros.py b/src/macros.py |
| index 414b4c0a356da3f7919cc5cd4141ea90cd56689b..d6ba2ca12389d7b6706a0787563be15211fcba6a 100644 |
| --- a/src/macros.py |
| +++ b/src/macros.py |
| @@ -83,6 +83,9 @@ const kMaxMonth = 10000000; |
| const kMinDate = -100000000; |
| const kMaxDate = 100000000; |
| +# Native cache ids. |
| +const STRING_TO_REGEXP_CACHE_ID = 0; |
| + |
| # Type query macros. |
| # |
| # Note: We have special support for typeof(foo) === 'bar' in the compiler. |