[Webkit-unassigned] [Bug 271610] Web Inspector: Generating JS builtins for createInspectorInjectedScript is very slow
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 2 02:13:11 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=271610
--- Comment #7 from Karl Dubost <karlcow at apple.com> ---
I wonder if it's because of the nesting of functions.
```
function createInspectorInjectedScript(InjectedScriptHost, inspectedGlobalObject, injectedScriptId)
{
function PrototypelessObjectBase() {}
… a lot of code
return injectedScript;
}
```
--
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/20240402/c74e749f/attachment.htm>
More information about the webkit-unassigned
mailing list