You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix prop inclusion with try-catch-deoptimization (#5842)
* Test that argument inclusion works correctly when using try-catch-deopt
* Refine call argument inclusion
- When call arguments are included, do not call "include" on the "this" argument
again, as this will already be included at the call site. This allows to make
the inclusion logic more straightforward
- create shared helper to do that
- if a call/new/tagged template expression is called with recursive inclusion,
do not specifically include the arguments. Instead, if an identifier is
included recursively, then include an unknown path of the variable.
* Refine inclusion and deoptimization logic for reassigned member expressions
0 commit comments