• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1function salt() {}
2salt.apply("hello", []);
3(new Function("return 5"))();
4
5
6