[Webkit-unassigned] [Bug 167963] [ESnext] Implement Object Spread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 14 16:33:15 PDT 2017


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

--- Comment #4 from Caio Lima <ticaiolima at gmail.com> ---
Comment on attachment 304214
  --> https://bugs.webkit.org/attachment.cgi?id=304214
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=304214&action=review

Thank you for the review. Uploading a Patch soon.

>> Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:4238
>> +    HashSet<UniquedStringImpl*> excludedSet;
> 
> BTW, who guarantees this UniquedStringImpl*'s lifetime? Is HashSet<Ref<UniquedStringImpl>> correct?

Actually, for this specific case, It is always going to be empty.

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


More information about the webkit-unassigned mailing list