Revision: 5253
Author: [email protected]
Date: Thu Aug 12 07:38:50 2010
Log: Remove runtime function from fuzzing

Don't do fuzzing of _IsStringWrapperSafeForDefaultValueOf as it expects a non-smi as its first argument.
Review URL: http://codereview.chromium.org/3109010
http://code.google.com/p/v8/source/detail?r=5253

Modified:
 /branches/bleeding_edge/test/mjsunit/fuzz-natives.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/fuzz-natives.js Wed Jul 7 03:28:22 2010 +++ /branches/bleeding_edge/test/mjsunit/fuzz-natives.js Thu Aug 12 07:38:50 2010
@@ -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 = {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to