diff --git a/runtimes/qjs.js b/runtimes/qjs.js index 25076ee..c86f357 100644 --- a/runtimes/qjs.js +++ b/runtimes/qjs.js @@ -5,9 +5,6 @@ $262.IsHTMLDDA = function() {}; $262.gc = function() { throw new Test262Error('gc() not yet supported.'); }; -$262.createRealm = function() { - throw new Test262Error('createRealm() not yet supported.'); -}; $262.getGlobal = function(name) { return this.global[name]; };