src: cast strong persistent handles to locals
authorBen Noordhuis <info@bnoordhuis.nl>
Sun, 7 Jul 2013 12:24:18 +0000 (14:24 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 7 Jul 2013 12:24:18 +0000 (14:24 +0200)
commit636ca7c68412f667a72328bbe1e110d99b58a690
tree8be2365f1ec2ce7e50f54433251643b0197bc127
parent3220bc4254f53dec3a8c73a3a691fcfee56d8c8b
src: cast strong persistent handles to locals

Avoids the overhead of creating a new Local every time we unwrap a
Persistent handle.
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