Chromium Code Reviews
Descriptiondart2js cps: Better runtime null checks for primitive operators.
Calls to numeric operators where the receiver might be null will now
insert a specialized null check, like this:
if (typeof x !== 'number') return x.$lt();
BUG=
R=sra@google.com
Committed: https://github.com/dart-lang/sdk/commit/94ed2c3a7d6c844d926364cc85154bc6ed374973
Patch Set 1 #
Total comments: 4
Messages
Total messages: 6 (2 generated)
|
|||||||||||||||||||