js_module.js 75 B

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