UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

7 lines (5 loc) 246 B
"use strict"; // run code in ES5 strict mode function doSomethingUnstrict() { var caller = arguments.callee.caller; // this should throw an error as a proof that strict mode is on } exports.doSomethingUnstrict = doSomethingUnstrict;