|
7256 | 7256 | runtime = globalThis.jsoo_runtime, |
7257 | 7257 | cst_Marshal_from_bytes$1 = "Marshal.from_bytes", |
7258 | 7258 | caml_marshal_data_size = runtime.caml_marshal_data_size, |
7259 | | - caml_maybe_attach_backtrace = runtime.caml_maybe_attach_backtrace, |
7260 | 7259 | caml_ml_bytes_length = runtime.caml_ml_bytes_length; |
7261 | 7260 | /*<<?>>*/ function caml_call1(f, a0){ |
7262 | 7261 | return (f.l >= 0 ? f.l : f.l = f.length) == 1 |
|
7265 | 7264 | } |
7266 | 7265 | var |
7267 | 7266 | global_data = runtime.caml_get_global_data(), |
7268 | | - Assert_failure = global_data.Assert_failure, |
7269 | 7267 | Stdlib_Bytes = global_data.Stdlib__Bytes, |
7270 | 7268 | Stdlib = global_data.Stdlib, |
7271 | | - _a_ = [0, 3, 0], |
7272 | | - _b_ = [0, "marshal.ml", 75, 9], |
7273 | 7269 | cst_Marshal_from_bytes = cst_Marshal_from_bytes$1, |
7274 | 7270 | cst_Marshal_from_bytes$0 = cst_Marshal_from_bytes$1, |
7275 | 7271 | cst_Marshal_data_size = "Marshal.data_size", |
|
7314 | 7310 | ( /*<<marshal.ml:68:13>>*/ caml_call1(Stdlib_Bytes[45], buff), |
7315 | 7311 | ofs); |
7316 | 7312 | /*<<marshal.ml:68:46>>*/ } |
7317 | | - function compression_supported(param){ |
7318 | | - /*<<marshal.ml:71:2>>*/ var |
7319 | | - /*<<marshal.ml:71:10>>*/ s = |
7320 | | - /*<<marshal.ml:71:10>>*/ runtime.caml_output_value_to_string(0, _a_), |
7321 | | - /*<<marshal.ml:72:8>>*/ match = |
7322 | | - /*<<marshal.ml:72:8>>*/ runtime.caml_string_get(s, 3); |
7323 | | - if(189 === match) /*<<marshal.ml:73:14>>*/ return 1; |
7324 | | - if(190 === match) /*<<marshal.ml:74:14>>*/ return 0; |
7325 | | - /*<<marshal.ml:75:9>>*/ throw /*<<marshal.ml:75:9>>*/ caml_maybe_attach_backtrace |
7326 | | - ([0, Assert_failure, _b_], 1); |
7327 | | - /*<<marshal.ml:75:21>>*/ } |
7328 | 7313 | var |
7329 | 7314 | Stdlib_Marshal = |
7330 | 7315 | [0, |
|
7335 | 7320 | from_string, |
7336 | 7321 | header_size, |
7337 | 7322 | data_size, |
7338 | | - total_size, |
7339 | | - compression_supported]; |
7340 | | - runtime.caml_register_global(9, Stdlib_Marshal, "Stdlib__Marshal"); |
| 7323 | + total_size]; |
| 7324 | + runtime.caml_register_global(6, Stdlib_Marshal, "Stdlib__Marshal"); |
7341 | 7325 | return; |
7342 | 7326 | /*<<?>>*/ } |
7343 | 7327 | (globalThis)); |
|
0 commit comments