0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
nodejs/test/addons
Ben Noordhuis 1f17f88071 src, test: fix up ObjectWrap, make test-addons
V8 was upgraded from 3.22 to 3.24 in commit 1c7bf24.  Upgrade source
files in test/addons/ and automatically generated tests from
doc/api/addons.markdown to the new V8 API.

This coincidentally fixes a bug in src/node_object_wrap.h where it was
still using the old V8 weak persistent handle interface, which is gone
in 3.24.
2014-03-14 00:41:04 +04:00
..
async-hello-world src, test: fix up ObjectWrap, make test-addons 2014-03-14 00:41:04 +04:00
at-exit src, test: fix up ObjectWrap, make test-addons 2014-03-14 00:41:04 +04:00
hello-world
hello-world-function-export
.gitignore
testcfg.py