es-lab icon indicating copy to clipboard operation
es-lab copied to clipboard

Parser does not detect all early errors

Open GoogleCodeExporter opened this issue 11 years ago • 3 comments

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

GoogleCodeExporter avatar Mar 16 '15 20:03 GoogleCodeExporter

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

GoogleCodeExporter avatar Mar 16 '15 20:03 GoogleCodeExporter

Original comment by [email protected] on 7 Jan 2010 at 10:33

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

GoogleCodeExporter avatar Mar 16 '15 20:03 GoogleCodeExporter

Original comment by [email protected] on 8 Jan 2010 at 1:30

GoogleCodeExporter avatar Mar 16 '15 20:03 GoogleCodeExporter