Over on es-discuss, I've been asking about the third rule regarding automatic semicolon insertion.
The rules: http://es5.github.com/#x7.9.1 Brendan Elch responded with a helpful message stating that the code I was referencing in both v8 and spidermonkey were dealing with top down statement parsing as opposed to parsing of restricted productions, which is what the rule in question describes handling. He then pointed to a spot in spidermonkey that deals with this. The snippets I pasted in the mailing list: https://gist.github.com/4583287 Brendan's response: https://mail.mozilla.org/pipermail/es-discuss/2013-January/028347.html Would someone point me to the correct location within v8? I thought I had found it, but I was mistaken. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
