UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

8 lines 133 B
(function () { "use strict"; let f = function () { if (this !== undefined) throw new Error("Strict"); } f(); } ());