We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadd073 commit 840f4b9Copy full SHA for 840f4b9
runtime/bigstring.js
@@ -24,6 +24,8 @@ function bigstring_destroy_stub(v_bstr) {
24
25
// Mutate the original bigstring in-place, to simulate what the C version does
26
Object.assign(v_bstr, destroyed_bigstring);
27
+
28
+ return 0;
29
}
30
31
//Provides: bigstring_blit_bigstring_bytes_stub
0 commit comments