dart-sdk/pkg/_js_interop_checks/lib
Srujan Gaddam 06ec78851b [dart:js_interop] Add static error for converted functions that contain named params
Like type parameters, these parameters can't be passed from JS and
such functions already do not work as intended as there is no way
to pass named args to a JS function. These named parameters were
being silently ignored in dart2wasm when creating the function
trampoline.

Change-Id: Iebb890de05f8b242e0542c1ec8f2c0582c5232df
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368062
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
2024-06-14 19:42:10 +00:00
..
src [dart2wasm] Simplify calculateTransitiveImportsOfJsInteropIfUsed 2024-05-31 16:49:59 +00:00
js_interop_checks.dart [dart:js_interop] Add static error for converted functions that contain named params 2024-06-14 19:42:10 +00:00