[Webkit-unassigned] [Bug 255935] New: [JSC] Expand existing property names caching onto Reflect.ownKeys() / Object.getOwnPropertySymbols()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 25 10:58:42 PDT 2023


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

            Bug ID: 255935
           Summary: [JSC] Expand existing property names caching onto
                    Reflect.ownKeys() / Object.getOwnPropertySymbols()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ashvayka at apple.com

Vue.js 3 traps "ownKeys" on all observable objects (except Map / Set) to merely forward the call to Reflect.ownKeys(), and web developers often destructure / call Object.assign() on those Proxy objects.

-- 
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/20230425/3ef49aff/attachment.htm>


More information about the webkit-unassigned mailing list