Files
node/tools
Daniel Bevenius 7f81400723 tools: fix tools/addon-verify.js
The current implementation of addon-verify.js is including the code
for the "Function arguments" section in test/addons/01_callbacks and
there is no directory generated or the "Function arguments section".
This continues and leads to the last section, "AtExit", code to be
excluded. There is an test/addons/07_atexit_hooks but it contains code
from the "Passing wrapped objects around" section.

This commit modifies addon-verify to associate headers with code and
then iterates over the set and generates the files as a separate step.

PR-URL: https://github.com/nodejs/node/pull/14048
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2017-08-10 07:24:30 +02:00
..
2017-08-10 07:24:30 +02:00
2017-07-25 12:21:32 -07:00
2017-05-29 08:45:00 -07:00
2017-07-17 08:49:10 -07:00
2017-04-25 22:44:09 +03:00
2017-05-23 19:39:09 +02:00
2017-07-12 15:59:30 -07:00