src: remove non-isolate PersistentToLocal()
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 2 Aug 2013 21:12:56 +0000 (23:12 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 2 Aug 2013 21:16:00 +0000 (23:16 +0200)
commit78d90945d6c203a85402698258d96897379694e6
treec42b6df34cc54fb82a011c4b3d45436c551412b7
parent2dafa193ee9fb64a33fe5d86f199b9df06236600
src: remove non-isolate PersistentToLocal()

There is no need for it and it's a tiny bit slower than the version of
PersistentToLocal() that takes a v8::Isolate* as its first argument.
src/cares_wrap.cc
src/node.cc
src/node_crypto.cc
src/node_file.cc
src/node_internals.h
src/node_script.cc
src/smalloc.cc
src/tls_wrap.cc