lib: reintroduce v8 module
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 9 Dec 2014 21:57:48 +0000 (22:57 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 14 Dec 2014 17:52:57 +0000 (18:52 +0100)
commitdb595b2de6933bfda5a1371fc84d14bc9b8a37dd
tree8a195352b2f7af8f02f155c0a2e09a737fc9e282
parent52fc4063083f5dd0ee844b3abd7fdc3b56787db9
lib: reintroduce v8 module

I introduced this module over a year ago in a pull request as the v8
module but it was quickly subsumed by the tracing module.

The tracing module was recently removed again and that is why this
commit introduces the v8 module again, including the new features it
picked up commits d23ac0e and f8076c4.

PR-URL: https://github.com/iojs/io.js/pull/131
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Christian Tellnes <christian@tellnes.no>
Reviewed-By: Thorsten Lorenz <thlorenz@gmx.de>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
doc/api/_toc.markdown
doc/api/all.markdown
doc/api/v8.markdown [new file with mode: 0644]
lib/repl.js
lib/v8.js [new file with mode: 0644]
node.gyp
test/simple/test-v8-flags.js [new file with mode: 0644]
test/simple/test-v8-gc.js [new file with mode: 0644]
test/simple/test-v8-stats.js [new file with mode: 0644]