Files
Kmake/test/fixtures/throws_error7.js

6 lines
56 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
throw {
toString: function() {
throw this;
}
};