diff options
Diffstat (limited to 'deps/v8/test/mjsunit/fuzz-natives.js')
-rw-r--r-- | deps/v8/test/mjsunit/fuzz-natives.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/fuzz-natives.js b/deps/v8/test/mjsunit/fuzz-natives.js index 719dc5821..ffa92684d 100644 --- a/deps/v8/test/mjsunit/fuzz-natives.js +++ b/deps/v8/test/mjsunit/fuzz-natives.js @@ -167,7 +167,8 @@ var knownProblems = { "_SwapElements": true, - // Performance critical function which cannot afford type checks. + // Performance critical functions which cannot afford type checks. + "_IsNativeOrStrictMode": true, "_CallFunction": true, // Tries to allocate based on argument, and (correctly) throws |