[Webkit-unassigned] [Bug 21791] New: WebCore JS bindings should be able to use non-static hash tables for properties
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 22 07:04:24 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21791
Summary: WebCore JS bindings should be able to use non-static
hash tables for properties
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
Since JSC::HashTable contains Identifiers, any class that should work with
multiple JSGlobalData objects should not use static tables. Pure JavaScript
classes each have an entry in JSGlobalData, but there is no way to do this in
WebCore currently.
Patch forthcoming.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list