Skip to content

Commit

Permalink
Runtimes: remove no-op IsHTMLDDA from qjs (QuickJS is now shipping an…
Browse files Browse the repository at this point in the history
… implementation)
  • Loading branch information
rwaldron committed Sep 8, 2020
1 parent 6e2c17f commit edd8c7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtimes/qjs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* run-test262 exposes a $262 object, so no need to define it */
$262.source = $SOURCE;
$262.destroy = function() {};
$262.IsHTMLDDA = function() {};
$262.gc = function() {
throw new Test262Error('gc() not yet supported.');
};
Expand Down

0 comments on commit edd8c7c

Please sign in to comment.