File tree Expand file tree Collapse file tree 4 files changed +4
-44
lines changed Expand file tree Collapse file tree 4 files changed +4
-44
lines changed Original file line number Diff line number Diff line change @@ -99,19 +99,10 @@ let translate loc (prim_name : string)
99
99
end
100
100
| "caml_array_get" ->
101
101
call Js_runtime_modules. array
102
- | " caml_array_unsafe_get"
103
- | "caml_array_unsafe_get_float" ->
104
- begin match args with
105
- | [e0;e1] -> Js_of_lam_array. ref_array e0 e1
106
- | _ -> assert false
107
- end
108
102
| "caml_array_set" ->
109
103
call Js_runtime_modules. array
110
- | " caml_array_set_addr"
111
- | " caml_array_set_float"
112
104
| " caml_array_unsafe_set"
113
- | " caml_array_unsafe_set_addr"
114
- | "caml_array_unsafe_set_float" ->
105
+ ->
115
106
begin match args with
116
107
| [e0;e1;e2] ->
117
108
Js_of_lam_array. set_array e0 e1 e2
Original file line number Diff line number Diff line change @@ -110691,21 +110691,10 @@ let translate loc (prim_name : string)
110691
110691
end
110692
110692
| "caml_array_get" ->
110693
110693
call Js_runtime_modules.array
110694
-
110695
- | "caml_array_get_float"
110696
- | "caml_array_unsafe_get"
110697
- | "caml_array_unsafe_get_float" ->
110698
- begin match args with
110699
- | [e0;e1] -> Js_of_lam_array.ref_array e0 e1
110700
- | _ -> assert false
110701
- end
110702
110694
| "caml_array_set" ->
110703
110695
call Js_runtime_modules.array
110704
- | "caml_array_set_addr"
110705
- | "caml_array_set_float"
110706
110696
| "caml_array_unsafe_set"
110707
- | "caml_array_unsafe_set_addr"
110708
- | "caml_array_unsafe_set_float" ->
110697
+ ->
110709
110698
begin match args with
110710
110699
| [e0;e1;e2] ->
110711
110700
Js_of_lam_array.set_array e0 e1 e2
Original file line number Diff line number Diff line change @@ -110691,21 +110691,10 @@ let translate loc (prim_name : string)
110691
110691
end
110692
110692
| "caml_array_get" ->
110693
110693
call Js_runtime_modules.array
110694
-
110695
- | "caml_array_get_float"
110696
- | "caml_array_unsafe_get"
110697
- | "caml_array_unsafe_get_float" ->
110698
- begin match args with
110699
- | [e0;e1] -> Js_of_lam_array.ref_array e0 e1
110700
- | _ -> assert false
110701
- end
110702
110694
| "caml_array_set" ->
110703
110695
call Js_runtime_modules.array
110704
- | "caml_array_set_addr"
110705
- | "caml_array_set_float"
110706
110696
| "caml_array_unsafe_set"
110707
- | "caml_array_unsafe_set_addr"
110708
- | "caml_array_unsafe_set_float" ->
110697
+ ->
110709
110698
begin match args with
110710
110699
| [e0;e1;e2] ->
110711
110700
Js_of_lam_array.set_array e0 e1 e2
Original file line number Diff line number Diff line change @@ -392783,19 +392783,10 @@ let translate loc (prim_name : string)
392783
392783
end
392784
392784
| "caml_array_get" ->
392785
392785
call Js_runtime_modules.array
392786
- | "caml_array_unsafe_get"
392787
- | "caml_array_unsafe_get_float" ->
392788
- begin match args with
392789
- | [e0;e1] -> Js_of_lam_array.ref_array e0 e1
392790
- | _ -> assert false
392791
- end
392792
392786
| "caml_array_set" ->
392793
392787
call Js_runtime_modules.array
392794
- | "caml_array_set_addr"
392795
- | "caml_array_set_float"
392796
392788
| "caml_array_unsafe_set"
392797
- | "caml_array_unsafe_set_addr"
392798
- | "caml_array_unsafe_set_float" ->
392789
+ ->
392799
392790
begin match args with
392800
392791
| [e0;e1;e2] ->
392801
392792
Js_of_lam_array.set_array e0 e1 e2
You can’t perform that action at this time.
0 commit comments