On 2015/06/24 16:46:50, wingo wrote:
This is a partial fix for http://code.google.com/p/v8/issues/detail?id=4213 because really we have dedicated errors for this case and should be signalling
them.

with this patch behavior improves:

d8> function f() { "use strict"; eval => {} }
(d8):1: SyntaxError: Unexpected identifier
function f() { "use strict"; eval => {} }
                             ^^^^
SyntaxError: Unexpected identifier


https://codereview.chromium.org/1207743004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to