0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/test/addons/hello-world-function-export
Ben Noordhuis 71119284f9 test: drop Isolate::GetCurrent() from addon tests
v8::Isolate::GetCurrent() is not exactly deprecated at this point but
its use is strongly discouraged.  Update the addon tests so they no
longer use it.

PR-URL: https://github.com/nodejs/node/pull/2427
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2015-08-18 21:27:43 +02:00
..
binding.cc test: drop Isolate::GetCurrent() from addon tests 2015-08-18 21:27:43 +02:00
binding.gyp addon: Pass module object to NODE_MODULE init function 2013-01-25 14:25:35 -08:00
test.js test: enable linting for tests 2015-05-19 21:21:27 +02:00