(arg0, arg1)
| 724 | }, arguments) }; |
| 725 | |
| 726 | export function __wbindgen_debug_string(arg0, arg1) { |
| 727 | const ret = debugString(getObject(arg1)); |
| 728 | const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); |
| 729 | const len1 = WASM_VECTOR_LEN; |
| 730 | getInt32Memory0()[arg0 / 4 + 1] = len1; |
| 731 | getInt32Memory0()[arg0 / 4 + 0] = ptr1; |
| 732 | }; |
| 733 | |
| 734 | export function __wbindgen_throw(arg0, arg1) { |
| 735 | throw new Error(getStringFromWasm0(arg0, arg1)); |
nothing calls this directly
no test coverage detected