es-lab
es-lab copied to clipboard
Parser does not detect all early errors
Parser does not catch all 'early errors' yet (cf. Section 16 of the ES5 spec)
Intent is to write a post-processing tree-walker that reports these.
Original issue reported on code.google.com by [email protected] on 19 Dec 2009 at 1:56
The file 'src/ses/verifySES.js' contains a verifier that catches all early
errors for
strict-mode code. However, it treats all code as strict code, whether it is
declared
so or not.
Original comment by [email protected] on 7 Jan 2010 at 10:32
- Changed state: Started
Original comment by [email protected] on 7 Jan 2010 at 10:33
- Added labels: Priority-Low
- Removed labels: Priority-Medium
Original comment by [email protected] on 8 Jan 2010 at 1:30