(binding, hint)
| 5 | // Make sure the instance data finalizer is called at process exit. If the hint |
| 6 | // is non-zero, it will be printed out by the child process. |
| 7 | const cleanupTest = (binding, hint) => { |
| 8 | binding.addon_data(hint).verbose = true; |
| 9 | }; |
| 10 | |
| 11 | module.exports = { |
| 12 | workingCode: binding => { |