UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

4 lines 84 B
let o = {}; for (o.a in {a:1}) {} if (o.a !== "a") throw new Error("MemberForIn");