[Webkit-unassigned] [Bug 141070] Crash in uninitialized deconstructing variable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 30 10:42:31 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141070

Saam Barati <saambarati1 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |saambarati1 at gmail.com

--- Comment #4 from Saam Barati <saambarati1 at gmail.com> ---
(In reply to comment #0)
> I think this bug is related with
> https://bugs.webkit.org/show_bug.cgi?id=135545
> variable declarations with no initializer, something like 'var {A};' or 'var
> [A];', make crash.
> these declarations also need AST nodes.

Is it valid ES6 syntax to do something like:

var {foo};
foo = 20;

?

I'm not sure what the spec says for things like this. Looking it up now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150130/b8495714/attachment-0002.html>


More information about the webkit-unassigned mailing list