js_module.js 87 B

1234
  1. var JS = function(){return this;}();
  2. var m = function (){
  3. JS.console.info("test");
  4. }();