Chromium Code Reviews| Index: src/macros.py |
| diff --git a/src/macros.py b/src/macros.py |
| index 0b69e6b80e436d477d8a94867d07071bd221101a..f12c6c8033d1bf9df25b770c2dd28bb07d0400eb 100644 |
| --- a/src/macros.py |
| +++ b/src/macros.py |
| @@ -87,6 +87,10 @@ const kMaxYear = 1000000; |
| const kMinMonth = -10000000; |
| const kMaxMonth = 10000000; |
| +# Strict mode flags for passing to %SetProperty |
| +const kSloppyMode = 0; |
| +const kStrictMode = 1; |
| + |
| # Native cache ids. |
| const STRING_TO_REGEXP_CACHE_ID = 0; |