DEBSOURCES
Skip Quicknav
sources / node-rollup / 3.29.5-1 / test / form / samples / proper-this-context / _expected.js
123456789
const mutateThis = () => { undefined.x = 1; }; function Test () { mutateThis(); } new Test();