Bug 81244

Summary: Improve diagnostic benefit of JSGlobalData::m_isInitializingObject
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Michael Saboff
Reported 2012-03-15 11:29:58 PDT
Currently m_isInitializingObject is a bool. Changing m_isInitializingObject to a ClassInfo* would allow one to determine what kind of object is being created.
Attachments
Michael Saboff
Comment 1 2012-03-16 09:26:41 PDT
Note You need to log in before you can comment on or make changes to this bug.