(b *scode.Builder, slot uint32)
| 31 | } |
| 32 | |
| 33 | func (e *Error) Serialize(b *scode.Builder, slot uint32) { |
| 34 | e.Vals.Serialize(b, slot) |
| 35 | } |
| 36 | |
| 37 | func NewStringError(sctx *super.Context, msg string, len uint32) *Error { |
| 38 | vals := NewConstString(msg, len) |