flotob / es-lab

Automatically exported from code.google.com/p/es-lab
0 stars 0 forks source link

Parser does not detect all early errors #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 to...@google.com on 19 Dec 2009 at 1:56

GoogleCodeExporter commented 9 years ago
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 to...@google.com on 7 Jan 2010 at 10:32

GoogleCodeExporter commented 9 years ago

Original comment by to...@google.com on 7 Jan 2010 at 10:33

GoogleCodeExporter commented 9 years ago

Original comment by to...@google.com on 8 Jan 2010 at 1:30