UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

5 lines (4 loc) 90 B
let o = {}; let F = function () { return o } if (new F() !== o) throw new Error("New");