RESOLVED FIXED 119422
hasIndexingHeader should be a property of the Structure, not just the IndexingType
https://bugs.webkit.org/show_bug.cgi?id=119422
Summary hasIndexingHeader should be a property of the Structure, not just the Indexin...
Filip Pizlo
Reported 2013-08-01 19:08:25 PDT
Patch forthcoming.
Attachments
the patch (11.25 KB, patch)
2013-08-01 19:14 PDT, Filip Pizlo
oliver: review+
eflews.bot: commit-queue-
Filip Pizlo
Comment 1 2013-08-01 19:14:31 PDT
Created attachment 207974 [details] the patch
Mark Hahnenberg
Comment 2 2013-08-01 19:17:01 PDT
Comment on attachment 207974 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=207974&action=review > Source/JavaScriptCore/runtime/Structure.h:233 > + return hasIndexedProperties(indexingType()); Perhaps hasIndexedProperties() should be moved into Structure as well for the sake of consistency?
Filip Pizlo
Comment 3 2013-08-01 19:18:32 PDT
(In reply to comment #2) > (From update of attachment 207974 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=207974&action=review > > > Source/JavaScriptCore/runtime/Structure.h:233 > > + return hasIndexedProperties(indexingType()); > > Perhaps hasIndexedProperties() should be moved into Structure as well for the sake of consistency? We sometimes call that one without having a Structure*, as you would sort of expect: the point is that the indexing type always entirely determines whether or not you have indexed properties, in the pure-JS-object sense (rather than the typed-array or string sense).
EFL EWS Bot
Comment 4 2013-08-01 19:40:30 PDT
Comment on attachment 207974 [details] the patch Attachment 207974 [details] did not pass efl-wk2-ews (efl-wk2): Output: http://webkit-queues.appspot.com/results/1330019
Filip Pizlo
Comment 5 2013-08-02 11:26:52 PDT
Note You need to log in before you can comment on or make changes to this bug.