• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1*%(basename)s:5: SyntaxError: Unexpected eval or arguments in strict mode
2function foo(b, eval) { "use strict"; return b }
3                ^^^^
4SyntaxError: Unexpected eval or arguments in strict mode
5