Chromium Code Reviews
DescriptionImprove code for !identical(a, b):
"x = (a === b); y = (x !== true)" => "y = (a !== b)".
Committed: https://code.google.com/p/dart/source/detail?r=20550
Patch Set 1 #Patch Set 2 : #
Total comments: 8
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #
Total comments: 6
Patch Set 6 : #Patch Set 7 : #
Messages
Total messages: 6 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||