Files
Kmake/test/fixtures/throws_error7.js
2026-05-26 23:36:42 -07:00

6 lines
56 B
JavaScript

throw {
toString: function() {
throw this;
}
};