node: don't share state with in_tick/last_threw
authorTrevor Norris <trev.norris@gmail.com>
Tue, 27 Aug 2013 18:30:06 +0000 (11:30 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Tue, 29 Oct 2013 22:09:44 +0000 (15:09 -0700)
commit4b84e42f67d7754574bf7d289524f6dffcb5e14a
treea494daf6e4a3910d622ec1d708154ff5a0dacd77
parenta9a53ca05a410b8ca1067b4f1f2357c319e113d8
node: don't share state with in_tick/last_threw

There was no need to share state between C++ and JS for these two
values. So they have been moved to their respective locations. This will
help performance only a tiny bit, but it does help code complexity much
more.
src/env-inl.h
src/env.h
src/node.cc
src/node.js