[Webkit-unassigned] [Bug 216172] [JSC] Use symbols as identifiers for class fields computed names storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 16:22:18 PST 2020


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

--- Comment #32 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 413681
  --> https://bugs.webkit.org/attachment.cgi?id=413681
Use symbols as identifiers, v13

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

> Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:4827
> +        if (m_ident && shouldSetFunctionName && m_type != DefineFieldNode::Type::ComputedName)

It seems that `m_type != DefineFieldNode::Type::ComputedName` is new behavior. Can you add a test for this?

-- 
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/20201111/aa9b04b3/attachment.htm>


More information about the webkit-unassigned mailing list