| 221 | constructor(message?: string); |
| 222 | } |
| 223 | class RuntimeError extends Error { |
| 224 | constructor(message?: string); |
| 225 | } |
| 226 | type ValueType = "anyfunc" | "externref" | "f32" | "f64" | "i32" | "i64" | "v128"; |
nothing calls this directly
no outgoing calls
no test coverage detected