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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 00:35:57 PST 2022


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

--- Comment #11 from Kanguk Lee <p51lee at kaist.ac.kr> ---
I've found some more cases below:


class x { }; - { ... x } ; // x => ["prototype", "length", "name"]
class x { * [ "f" ] ( ) { } } // (new x).f => ["length", "prototype", "name"]

(expected: ["length", "name", "prototype"])


Thank you.

-- 
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/20221111/03513d51/attachment.htm>


More information about the webkit-unassigned mailing list