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
[lldb] ifdef IsScratchContextLocked for asserts (#6875)
`IsScratchContextLocked` is racey, but is called only from asserts. Put these functions
behind `#ifndef NDEBUG` to make them less likely to be used accidentally.
0 commit comments