b9002bfe55
There are a number of js_util methods that we use for transformations e.g. _getPropertyTrustType. In order to avoid unnecessary method calls, we inline them directly in DDC here. This includes: - _getPropertyTrustType - _setPropertyUnchecked - _callMethodUnchecked* - _callConstructorUnchecked* Change-Id: I7f6905ec1daadcf5228eafde4fda5d435d6c8b23 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277661 Reviewed-by: Sigmund Cherem <sigmund@google.com>