[Webkit-unassigned] [Bug 143239] No way to quickly make non-enumerable instance properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 18:23:02 PDT 2015


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

--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org> ---
Alright, I've made a slightly better micro benchmark at https://gist.github.com/rniwa/572ed56668366e6542d3

It doesn't seem like defining or accessing symbol properties isn't significantly slower:

Defining string properties: 242 ms 
Accessing string properties: 95 ms 
Defining symbol properties: 271 ms 
Accessing string properties: 143 ms

-- 
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/20150331/c3e11474/attachment-0002.html>


More information about the webkit-unassigned mailing list