UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

7 lines 91 B
let o = { f:function () { if (this !== o) throw new Error("This"); } } o.f();