node/test
isaacs 15508589a1 addon: Pass module object to NODE_MODULE init function
mainly to allow native addons to export single functions on
rather than being restricted to operating on an existing
object.

Init functions now receive exports as the first argument, like
before, but also the module object as the second argument, if they
support it.

Related to #4634

cc: @rvagg
2013-01-25 14:25:35 -08:00
..
addons addon: Pass module object to NODE_MODULE init function 2013-01-25 14:25:35 -08:00
disabled test: disable simple/test-debug-brk-file 2013-01-07 03:40:12 +01:00
fixtures test: 2 resume() calls needed to flush streams 2012-12-19 10:55:23 -08:00
gc test: use the debug build of node-weak when necessary 2012-06-13 17:58:28 -07:00
internet dns: make error message match errno 2013-01-18 12:13:32 +01:00
message test: make tests work with newer v8 2013-01-02 12:13:47 +04:00
pummel test-pummel: Add call validation in net-write-callbacks 2012-12-19 10:55:23 -08:00
simple buffer: clean up copy() asserts and tests 2013-01-25 11:59:21 +01:00
common.js test: child process { stdio:'inherit' } 2013-01-11 09:14:09 -08:00