| 145 | constructor(message?: string); |
| 146 | } |
| 147 | class RuntimeError extends Error { |
| 148 | constructor(message?: string); |
| 149 | } |
| 150 | type ValueType = "anyfunc" | "externref" | "f32" | "f64" | "i32" | "i64" | "v128"; |
nothing calls this directly
no outgoing calls
no test coverage detected