Bug 81244 - Improve diagnostic benefit of JSGlobalData::m_isInitializingObject
Summary: Improve diagnostic benefit of JSGlobalData::m_isInitializingObject
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Enhancement
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 11:29 PDT by Michael Saboff
Modified: 2012-03-16 09:26 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 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.
Comment 1 Michael Saboff 2012-03-16 09:26:41 PDT
Committed r111013: <http://trac.webkit.org/changeset/111013>