Chromium Code Reviews| Index: src/code-stubs.h |
| =================================================================== |
| --- src/code-stubs.h (revision 8735) |
| +++ src/code-stubs.h (working copy) |
| @@ -933,6 +933,8 @@ |
| EnumSet<Type, byte> set_; |
| }; |
| + static Types no_types() { return Types(); } |
| + |
| explicit ToBooleanStub(Register tos, Types types = Types()) |
| : tos_(tos), types_(types) { } |