Index: test/mjsunit/fuzz-natives.js |
=================================================================== |
--- test/mjsunit/fuzz-natives.js (revision 3149) |
+++ test/mjsunit/fuzz-natives.js (working copy) |
@@ -129,7 +129,9 @@ |
"Log": true, |
"DeclareGlobals": true, |
- "CollectStackTrace": true |
+ "CollectStackTrace": true, |
+ "PromoteScheduledException": true, |
+ "DeleteHandleScopeExtensions": true |
}; |
var currentlyUncallable = { |