fork download
  1. function getGlobalObject()
  2. {
  3. return function() { return thisl }();
  4. }
  5.  
  6. print(getGlobalObject());
Runtime error #stdin #stdout 0.01s 4980KB
stdin
Standard input is empty
stdout
Standard output is empty