evalThis.baseline 454 B

1234567891011121314151617181920
  1. ** Checking 'this' using 'eval' in global scope
  2. [object global]
  3. [object global]
  4. [object global]
  5. [object global]
  6. ** Checking 'this' using 'my_eval' in global scope
  7. [object global]
  8. [object global]
  9. [object global]
  10. [object global]
  11. ** Checking 'this' using 'eval' in function scope
  12. undefined
  13. undefined
  14. undefined
  15. undefined
  16. ** Checking 'this' using 'my_eval' in function scope
  17. [object global]
  18. [object global]
  19. [object global]
  20. [object global]