[Webkit-unassigned] [Bug 247429] Order of properties for class as static field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 14:36:11 PST 2022


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

--- Comment #10 from Mark Lam <mark.lam at apple.com> ---
Here's some interesting test cases:

function foo() {}; // foo => ["length", "name", "prototype"]
class clz { }; // clz => ["length", "name", "prototype"]
y = class { }; // y => ["length", "prototype", "name"]

-- 
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/20221110/3521b444/attachment.htm>


More information about the webkit-unassigned mailing list