Files
sdk/pkg/compiler/lib
Nate Biggs b574db4493 [dart2js] Fix NamedFunction handling in OnlineJavascriptTracer.
Currently we're assigning the step to the underlying function expression rather than to the surrounding NamedFunction. To match the old implementation we should  assign the step to the parent.

Change-Id: I60138e9e78a39e6b26a5e2fa33dbf504cd21fcde
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/342981
Commit-Queue: Nate Biggs <natebiggs@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2023-12-21 18:18:59 +00:00
..