[webkit-reviews] review granted: [Bug 181321] Object.getOwnPropertyNames includes "arguments" and "caller" for bound functions : [Attachment 330643] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 6 13:31:01 PST 2018


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 181321: Object.getOwnPropertyNames includes "arguments" and "caller" for
bound functions
https://bugs.webkit.org/show_bug.cgi?id=181321

Attachment 330643: Patch

https://bugs.webkit.org/attachment.cgi?id=330643&action=review




--- Comment #6 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 330643
  --> https://bugs.webkit.org/attachment.cgi?id=330643
Patch

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

> Source/JavaScriptCore/runtime/JSBoundFunction.cpp:225
>      String name; // We lazily create our 'name' string property.

Does JSBoundFunction have its own Structure?


More information about the webkit-reviews mailing list