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
Nothing major, mostly use more direct APIs to bypass safety checks
that we can assert aren't needed.
e.g. `OBJ_FROZEN_RAW` doesn't bother checking if the VALUE is an
immediate, which we know it isn't because we know it's a T_STRING.
Or `ENCODING_GET_INLINED` doesn't check if we're dealing with an
extended encoding, which in our case we don't need to know.
0 commit comments