Bug 81244
| Summary: | Improve diagnostic benefit of JSGlobalData::m_isInitializingObject | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | JavaScriptCore | Assignee: | Michael Saboff <msaboff> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | ||
| Priority: | P3 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Michael Saboff
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Saboff
Committed r111013: <http://trac.webkit.org/changeset/111013>