node/test/addons
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
..
at-exit addon: add AtExit() function 2012-05-03 16:11:42 +02:00
hello-world test: Fix path to require hello-world module 2012-03-14 11:00:52 -07:00
hello-world-function-export addon: Pass module object to NODE_MODULE init function 2013-01-25 14:25:35 -08:00
.gitignore test: update addons .gitignore 2012-05-24 14:07:09 +02:00