DescriptionFix a bug in our handling of conditional expressions in test contexts.
In the FullCodeGenerator, we compile the true subexpression of a
conditional (ternary) expression in the inherited context of the
entire expression. This is correct for effect and value contexts, but
not for test contexts where the context includes a possible
fall-through label.
Committed: http://code.google.com/p/v8/source/detail?r=5607
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|