summaryrefslogtreecommitdiff
path: root/test/fixtures/throws_error7.js
blob: f730bc6def1ba9b4afe17c64e07d763643363ab1 (plain)
1
2
3
4
5
throw {
  toString: function() {
    throw this;
  }
};