[Webkit-unassigned] [Bug 23282] New: JSImmediate should be private.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 12 20:01:01 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23282
Summary: JSImmediate should be private.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: barraclough at apple.com
JSImmediate exposes the internal implementation of JSValuePtr, and commonly
there are multiple interfaces that can be used to achieve the same effect. We
should rationalize down the interfaces, and move all operations on JSValuePtrs
to use the interface provided by JSValuePtr.
--
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