Index: src/codegen.h |
=================================================================== |
--- src/codegen.h (revision 5232) |
+++ src/codegen.h (working copy) |
@@ -101,7 +101,8 @@ |
F(IsObject, 1, 1) \ |
F(IsFunction, 1, 1) \ |
F(IsUndetectableObject, 1, 1) \ |
- F(IsSpecObject, 1, 1) \ |
+ F(IsSpecObject, 1, 1) \ |
+ F(IsStringWrapperSafeForDefaultValueOf, 1, 1) \ |
F(StringAdd, 2, 1) \ |
F(SubString, 3, 1) \ |
F(StringCompare, 2, 1) \ |