UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

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