Chromium Code Reviews
DescriptionAvoid getInterceptor calls in cases were the interceptor would be constant if it were not `null`.
Example:
gap = J.getInterceptor$x(style).get$columnGap(style);
-->
gap = (style && C.CssStyleDeclaration_methods).get$columnGap(style);
R=floitsch@google.com
Committed: https://code.google.com/p/dart/source/detail?r=44853
Patch Set 1 #
Total comments: 4
Patch Set 2 : #
Total comments: 4
Patch Set 3 : #
Messages
Total messages: 8 (2 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||