Files
sdk/pkg
Bob Nystrom 67b725986b Remove some duplicate code in FunctionTypeImpl.
I noticed it when I was in there for LUB, so I figured I'd do some
spring cleaning. Changes are:

- Consolidate duplicate code in namedParameterTypes,
  normalParameterTypes, and optionalParameterTypes into a shared
  _forEachParameterType() method.
- Consolidate duplicate code in isSubtypeOf() and isMoreSpecificThan()
  into a shared _testTypeRelation() method that is parameterized over
  the specific relation.
- Also some other small-scale changes in the relation code.

R=paulberry@google.com

Review URL: https://codereview.chromium.org/1662873002 .
2016-02-03 12:51:31 -08:00
..
2016-02-02 22:23:42 +01:00
2015-09-29 13:49:53 +02:00
2015-12-14 13:50:11 -08:00
2015-11-19 14:06:01 -08:00
2016-01-11 16:18:06 -08:00