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
Remove unused argument from asmCoercion. NFC (#17062)
The last usage of this argument was the SAFE_HEAP support in
makeGetValue/makeSetValue which was removed in #17040.
I believe that all the callers of this function are right here in the
one file, but in case there are external callers add an assertion check.
0 commit comments