Index: test/mjsunit/cross-realm-filtering.js |
diff --git a/test/mjsunit/cross-realm-filtering.js b/test/mjsunit/cross-realm-filtering.js |
index 47c0d192299ec00159da9a554ce47059efcea7e9..92b926e22c862ebc575a01a8ecf2a992a37453d1 100644 |
--- a/test/mjsunit/cross-realm-filtering.js |
+++ b/test/mjsunit/cross-realm-filtering.js |
@@ -75,6 +75,7 @@ assertSame(null, Realm.shared.result_1); |
// test that do not pollute / leak a function prototype v8/4217 |
var realmIndex = Realm.create(); |
var otherObject = Realm.eval(realmIndex, "Object"); |
+var otherTypeError = Realm.eval(realmIndex, "TypeError"); |
var f = Realm.eval(realmIndex, "function f(){}; f"); |
f.prototype = null; |