| Index: test/mjsunit/fuzz-natives.js
|
| ===================================================================
|
| --- test/mjsunit/fuzz-natives.js (revision 5357)
|
| +++ test/mjsunit/fuzz-natives.js (working copy)
|
| @@ -176,7 +176,11 @@
|
| "_GetFromCache": true,
|
|
|
| // This function expects its first argument to be a non-smi.
|
| - "_IsStringWrapperSafeForDefaultValueOf" : true
|
| + "_IsStringWrapperSafeForDefaultValueOf" : true,
|
| +
|
| + // Only applicable to strings.
|
| + "_HasCachedArrayIndex": true,
|
| + "_GetCachedArrayIndex": true
|
| };
|
|
|
| var currentlyUncallable = {
|
|
|