Chromium Code Reviews
DescriptionFix vm/cc/StaticNonNullSumCallCodegen.
Instead of passing null wrapped in the Smi handle use Instance handle.
We have the following behavior:
Smi::ZoneHandle().IsSmi() -> true
Smi::Cast(Smi::ZoneHandle()).Value() -> assertion failure
This kind of behavior is completely unexpected in most parts of the system.
TBR=iposva@google.com,asiva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=39455
Patch Set 1 #
Total comments: 1
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||