[Webkit-unassigned] [Bug 143181] class methods should be non-enumerable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 29 23:48:28 PDT 2015


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

--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Looks like defineProperty is mostly used to define a new accessor in benchmarks (run-jsc-benchmarks):

The total number of calls to defineOwnIndexProperty: 8
The total number of calls to defineOwnNonIndexProperty: 3562
  was a new entry: 3398
  didn't change descriptor: 0
  configurable:  2224
  enumerable: 2168
  writable: 1726
  accessor: 1726

-- 
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/20150330/cd218238/attachment-0002.html>


More information about the webkit-unassigned mailing list