RESOLVED FIXED 115943
SpeculativeJIT::checkArray should use the correct ExitKind
https://bugs.webkit.org/show_bug.cgi?id=115943
Summary SpeculativeJIT::checkArray should use the correct ExitKind
Mark Hahnenberg
Reported 2013-05-10 16:19:55 PDT
Currently it uses Uncountable, which gives us no information if we end up exiting due to a mismatched ClassInfo pointer. It should instead use BadType and should pass the correct JSValueSource and Node instead of passing empty values.
Attachments
Patch (1.57 KB, patch)
2013-05-10 16:25 PDT, Mark Hahnenberg
fpizlo: review+
Mark Hahnenberg
Comment 1 2013-05-10 16:25:31 PDT
Filip Pizlo
Comment 2 2013-05-10 16:26:06 PDT
Comment on attachment 201438 [details] Patch r=me
Filip Pizlo
Comment 3 2013-05-10 16:26:38 PDT
Branch, please.
Mark Hahnenberg
Comment 4 2013-05-11 16:25:55 PDT
Note You need to log in before you can comment on or make changes to this bug.