(self, const: object)
| 105 | raise ValueError("emit should happen in a function scope") |
| 106 | |
| 107 | def convert_constant(self, const: object) -> int: |
| 108 | return _ffi_api.ExecBuilderConvertConstant(self, const) # type: ignore |
| 109 | |
| 110 | def emit_call( |
| 111 | self, |
no outgoing calls