Chromium Code Reviews| Index: src/macros.py |
| =================================================================== |
| --- src/macros.py (revision 4001) |
| +++ src/macros.py (working copy) |
| @@ -152,3 +152,9 @@ |
| macro CAPTURE(index) = (3 + (index)); |
| const CAPTURE0 = 3; |
| const CAPTURE1 = 4; |
| + |
| +# Special cases for the FastEquals runtime function. |
| +const EQUALS_FIRST_ARG_TO_PRIMITIVE = 2; |
| +const EQUALS_SECOND_ARG_TO_PRIMITIVE = 3; |
| +const EQUALS_SECOND_ARG_TO_DEFAULT_VALUE = 4; |
| + |