[Webkit-unassigned] [Bug 159674] New: WebCore builtins should be created lazily
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 12 08:18:38 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159674
Bug ID: 159674
Summary: WebCore builtins should be created lazily
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
Assignee: webkit-unassigned at lists.webkit.org
Reporter: youennf at gmail.com
DOM constructors are created lazily, on first access by user script.
It might be good to allow the same thing for JS builtins.
One possibility is to link the JS builtins not to the global object but to the related constructor object.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160712/55017365/attachment.html>
More information about the webkit-unassigned
mailing list