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
Avoid extra JS var in defineI64Param/receiveI64ParamAsI53. NFC (#16962)
Declare bigint param without any mangling, and then simply overwrite
with Number form if/when needed.
Split out from #16922.
As well as saving a little on codesize this helps for cases there
`defineI64Param` is used but that reciever wants to deal with the
bigint param directly.
0 commit comments