src: remove global HandleScope
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 11 Nov 2013 20:03:08 +0000 (21:03 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 12 Nov 2013 21:01:21 +0000 (22:01 +0100)
commitfd819efbdfbcf03d4f68b297f9003e160bb6b58d
tree6de2f4f6aa630fc692972acdb1d818f80574a80c
parent09724b311ee44e6c7998c7a5cb39e739609eba66
src: remove global HandleScope

Make it more difficult to accidentally leak handles by removing the
top-level HandleScope.  Now if there's no valid HandleScope now, V8
will complain and, in debug builds, abort.
src/node.cc
src/tls_wrap.cc