74974952b9
Pass through method.requiredParameterCount even when not needed for Function.apply. 1. Decreases entropy (smaller gzip for same sized file) 2. We want the count for making decisions on using specialized tear-offs. Change-Id: Ib45660b8a90425f003fc2fa1f670baf549fc6154 Reviewed-on: https://dart-review.googlesource.com/c/84022 Commit-Queue: Stephen Adams <sra@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
Dart2JS is the Dart-to-JavaScript compiler for Dart. This compiler will provide high-quality translation from Dart to JavaScript. Some areas that will explored in this project are: * high-performance extensible scanner and parser * concrete type inferencing * fancy language tool support * programming environment integration * SSA-based intermediate representation * adaptive compilation on the client