[Webkit-unassigned] [Bug 230602] [JSC] implement Shadow Realm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 07:04:51 PDT 2021


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

--- Comment #5 from Phillip Mates <pmates at igalia.com> ---
Comment on attachment 438948
  --> https://bugs.webkit.org/attachment.cgi?id=438948
Patch

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

> Source/JavaScriptCore/builtins/ShadowRealmPrototype.js:38
> +        delete wrapped['name'];
> +        delete wrapped['length'];

these two `delete` calls are slow (no IC support for `delete` yet).
we should either add IC `delete` support or create a custom host function that joins both deletes.

-- 
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/20210923/f59cf32a/attachment.htm>


More information about the webkit-unassigned mailing list