Skip to content

Commit

Permalink
Update qjs runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed May 11, 2020
1 parent 39e245f commit 2a5de26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtimes/qjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
Expand Down

0 comments on commit 2a5de26

Please sign in to comment.