RESOLVED FIXED 84200
It should be possible to create an inheritorID for the global this object without crashing
https://bugs.webkit.org/show_bug.cgi?id=84200
Summary It should be possible to create an inheritorID for the global this object wit...
Filip Pizlo
Reported 2012-04-17 15:06:27 PDT
The global this object has a structure that has a null global object. That makes sense since there is no one global object that the structure could be associated with. But what doesn't make sense is that this leads to the inheritorID structure created for objects that have the global this object as their prototype also having a null global object, which then results in hilarity and badness when any operation is performed on those objects that expects to be able to query the global object via the structure.
Attachments
the patch (6.21 KB, patch)
2012-04-17 15:08 PDT, Filip Pizlo
no flags
the patch (5.81 KB, patch)
2012-04-17 15:10 PDT, Filip Pizlo
oliver: review+
buildbot: commit-queue-
Filip Pizlo
Comment 1 2012-04-17 15:06:35 PDT
Filip Pizlo
Comment 2 2012-04-17 15:08:15 PDT
Created attachment 137615 [details] the patch
Filip Pizlo
Comment 3 2012-04-17 15:10:52 PDT
Created attachment 137616 [details] the patch
WebKit Review Bot
Comment 4 2012-04-17 15:14:23 PDT
Attachment 137616 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1 Source/JavaScriptCore/runtime/JSGlobalThis.h:68: The parameter name "globalData" adds no information, so it should be removed. [readability/parameter_name] [5] Source/JavaScriptCore/runtime/JSGlobalThis.h:68: The parameter name "globalObject" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 2 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 5 2012-04-17 15:43:02 PDT
Filip Pizlo
Comment 6 2012-04-17 16:02:11 PDT
Filip Pizlo
Comment 7 2012-04-17 16:04:06 PDT
Note You need to log in before you can comment on or make changes to this bug.