Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser does not detect all early errors #3

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 3 comments
Open

Parser does not detect all early errors #3

GoogleCodeExporter opened this issue Mar 16, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

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
Copy link
Contributor Author

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

  • Changed state: Started

@GoogleCodeExporter
Copy link
Contributor Author

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

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

@GoogleCodeExporter
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant