deae9152e0
A new instruction, HInvokeExternal, codes a variety of calls to JavaScript. 'native' and js-interop calls use this instruction instead of HForeignCode. This leads to fewer places generating similar JavaScript patterns, and slightly better scheduling around call sites. More js-interop calls are now lowered to direct JavaScript calls rather than interceptor calls. Change-Id: I8d30827bb099d27f4cc2ad469449769418ccb6da Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/133021 Commit-Queue: Stephen Adams <sra@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.