Add function to clone a value into a given allocator
commit9e853752508e03adb27154d182358ef6736e03e0
authorJake Bailey (Hacklang) <jakebailey@fb.com>
Tue, 31 Mar 2020 23:41:51 +0000 (31 16:41 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 31 Mar 2020 23:44:48 +0000 (31 16:44 -0700)
tree7deb38281ab48001f9fb661a9082d267c69167c1
parent64ed94d750b2f3ec5a05a308b070dd4da0b2d789
Add function to clone a value into a given allocator

Reviewed By: Wilfred

Differential Revision: D20503256

fbshipit-source-id: 4e325c3658fc74d370a18c50823eccc4b9501f3d
hphp/hack/src/ocamlrep/block.rs
hphp/hack/src/ocamlrep/value.rs
hphp/hack/test/ocamlrep/cargo/test_bindings/Cargo.toml
hphp/hack/test/ocamlrep/cargo/test_from_ocamlrep/Cargo.toml
hphp/hack/test/ocamlrep/test_bindings.rs
hphp/hack/test/ocamlrep/test_from_ocamlrep.ml [new file with mode: 0644]
hphp/hack/test/ocamlrep/test_ocamlrep.ml