esvalid icon indicating copy to clipboard operation
esvalid copied to clipboard

disallow `eval` and `arguments` in restricted positions in strict mode code

Open michaelficarra opened this issue 11 years ago • 0 comments

Just ES5 support for now, no destructuring.

  • [ ] function parameters
  • [ ] setter parameters
  • [ ] AssignmentExpression.left
  • [x] function names
  • [x] catch variable
  • [ ] variable declarations
  • [ ] prefix/postfix increment/decrement

michaelficarra avatar Jul 14 '14 02:07 michaelficarra