(sctx *super.Context, len uint32)
| 40 | } |
| 41 | |
| 42 | func NewMissing(sctx *super.Context, len uint32) *Error { |
| 43 | return NewStringError(sctx, "missing", len) |
| 44 | } |
| 45 | |
| 46 | func NewWrappedError(sctx *super.Context, msg string, val Any) *Error { |
| 47 | msgVec := NewConstString(msg, val.Len()) |
no test coverage detected