src: fix up after v8 upgrade
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 31 Mar 2014 13:13:37 +0000 (15:13 +0200)
committerFedor Indutny <fedor@indutny.com>
Tue, 1 Apr 2014 20:05:25 +0000 (00:05 +0400)
commitc7214fe355596543d92d7c10b38d78ca65b4abfe
tree185d2795e28bc92d2f0f1fbb45799012ec578ca7
parent5e24adbb90d085e6ac0e37ad6f016b1c94ce01d6
src: fix up after v8 upgrade

The two biggest changes are that v8::Script::New() has been removed and
that a v8::Script object now has to be explicitly bound to a context if
you want to run it from another context.

We can accommodate both changes without breaking the vm module's public
API or even the internal JS API.
src/node.cc
src/node_contextify.cc
test/simple/test-vm-syntax-error-stderr.js