node/test/fixtures/throws_error7.js

6 lines
56 B
JavaScript

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