RESOLVED FIXED Bug 81244
Improve diagnostic benefit of JSGlobalData::m_isInitializingObject
https://bugs.webkit.org/show_bug.cgi?id=81244
Summary Improve diagnostic benefit of JSGlobalData::m_isInitializingObject
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.