Convert tvSet family to take TypedValues by reference
commit361df7eb45b8c0f7169b73c3273d8b2c2cbf4a14
authorJordan DeLong <jdelong@fb.com>
Fri, 28 Jun 2013 23:30:27 +0000 (28 16:30 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 2 Jul 2013 18:46:27 +0000 (2 11:46 -0700)
treeef4407abcfabcb512f09c4f3f10641fe3fac6ffb
parentacb01dde5db90b75a17f43fded0dac2295e728b2
Convert tvSet family to take TypedValues by reference

Turns out I need to use tvSet with temporaries.  Also removes
unused tvSetObject*, and replaces some tvSetNull* callsites with using
make_tv temporaries.
hphp/runtime/base/tv_helpers.h
hphp/runtime/ext/asio/gen_array_wait_handle.cpp
hphp/runtime/ext/asio/gen_map_wait_handle.cpp
hphp/runtime/ext/asio/gen_vector_wait_handle.cpp
hphp/runtime/ext/asio/set_result_to_ref_wait_handle.cpp
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/instance.cpp
hphp/runtime/vm/name_value_table.h
hphp/runtime/vm/unit.cpp