Index: test/mjsunit/fuzz-natives.js |
=================================================================== |
--- test/mjsunit/fuzz-natives.js (revision 5238) |
+++ test/mjsunit/fuzz-natives.js (working copy) |
@@ -174,6 +174,9 @@ |
// This function performs some checks compile time (it requires its first |
// argument to be a compile time smi). |
"_GetFromCache": true, |
+ |
+ // This function expects its first argument to be a non-smi. |
+ "_IsStringWrapperSafeForDefaultValueOf" : true |
}; |
var currentlyUncallable = { |