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
I think we should assert with HAS_TARGET in the definition of the codegen_addop_j function rather than using OPCODE_HAS_JUMP and IS_BLOCK_PUSH_OPCODE directly in the function itself.
I think we should assert with
HAS_TARGET
in the definition of thecodegen_addop_j
function rather than usingOPCODE_HAS_JUMP
andIS_BLOCK_PUSH_OPCODE
directly in the function itself.Linked PRs
The text was updated successfully, but these errors were encountered: