| 131 | constructor(message?: string); |
| 132 | } |
| 133 | class RuntimeError extends Error { |
| 134 | constructor(message?: string); |
| 135 | } |
| 136 | type ValueType = "anyfunc" | "externref" | "f32" | "f64" | "i32" | "i64" | "v128"; |
nothing calls this directly
no outgoing calls
no test coverage detected