@@ -22432,13 +22432,13 @@
22432
22432
/*<<printexc.ml:301:39>>*/ }
22433
22433
var
22434
22434
errors =
22435
- /*<<printexc.ml:20:29>>*/ [0,
22436
- cst$4 ,
22437
- "(Cannot print locations:\n bytecode executable program file not found)" ,
22438
- "(Cannot print locations:\n bytecode executable program file appears to be corrupt )",
22439
- "(Cannot print locations:\n bytecode executable program file has wrong magic number )",
22440
- "(Cannot print locations:\n bytecode executable program file cannot be opened;\n -- too many open files. Try running with OCAMLRUNPARAM=b=2)"].slice
22441
- ( ),
22435
+ /*<<printexc.ml:20:29>>*/ runtime.caml_obj_dup
22436
+ ([0 ,
22437
+ cst$4 ,
22438
+ "(Cannot print locations:\n bytecode executable program file not found )",
22439
+ "(Cannot print locations:\n bytecode executable program file appears to be corrupt )",
22440
+ "(Cannot print locations:\n bytecode executable program file has wrong magic number)",
22441
+ "(Cannot print locations:\n bytecode executable program file cannot be opened;\n -- too many open files. Try running with OCAMLRUNPARAM=b=2)"] ),
22442
22442
_o_ =
22443
22443
[0,
22444
22444
[11, cst_Fatal_error_exception, [2, 0, [12, 10, 0]]],
31106
31106
Stdlib_List = global_data.Stdlib__List,
31107
31107
Stdlib_Map = global_data.Stdlib__Map;
31108
31108
function copy(o){
31109
- var o$0 = /*<<camlinternalOO.ml:23:19>>*/ o.slice( );
31109
+ var o$0 = /*<<camlinternalOO.ml:23:19>>*/ runtime.caml_obj_dup(o );
31110
31110
/*<<camlinternalOO.ml:24:2>>*/ return caml_set_oo_id(o$0) /*<<camlinternalOO.ml:24:10>>*/ ;
31111
31111
}
31112
31112
var params = /*<<?>>*/ [0, 1, 1, 1, 3, 16];
0 commit comments