0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Ezequiel Garcia ea12038ffe test: remove unneeded HandleScope usage
These methods are Javascript-accessible so they get an implicit
HandleScope. The extra scope is unneeded and can be dropped.

PR-URL: https://github.com/nodejs/node/pull/13859
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
2017-06-28 14:13:07 +02:00
..
async-hello-world test: remove unneeded HandleScope usage 2017-06-28 14:13:07 +02:00
async-hooks-promise async_hooks: proper id stacking for Promises 2017-06-16 19:27:29 +02:00
async-resource async_hooks: rename currentId and triggerId 2017-06-14 12:39:53 +02:00
at-exit addons: remove semicolons from after module definition 2017-05-15 20:33:06 +02:00
buffer-free-callback addons: remove semicolons from after module definition 2017-05-15 20:33:06 +02:00
heap-profiler test: add not-called check to heap-profiler test 2017-05-14 20:04:20 -07:00
hello-world test: remove unneeded HandleScope usage 2017-06-28 14:13:07 +02:00
hello-world-function-export test: remove unneeded HandleScope usage 2017-06-28 14:13:07 +02:00
load-long-path addons: remove semicolons from after module definition 2017-05-15 20:33:06 +02:00
make-callback test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
make-callback-recurse test: add a second argument to assert.throws() 2017-04-07 16:22:55 +03:00
new-target
node-module-version tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
null-buffer-neuter addons: remove semicolons from after module definition 2017-05-15 20:33:06 +02:00
openssl-binding test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
parse-encoding addons: remove semicolons from after module definition 2017-05-15 20:33:06 +02:00
repl-domain-abort test: remove unneeded HandleScope usage 2017-06-28 14:13:07 +02:00
stringbytes-external-exceed-max addons: remove semicolons from after module definition 2017-05-15 20:33:06 +02:00
symlinked-module addons: remove semicolons from after module definition 2017-05-15 20:33:06 +02:00
zlib-binding
.gitignore
testcfg.py