0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Rainer Poisel 71b5ce5885 test: make exported method static
The exported method can be static as it will never be called directly.

PR-URL: https://github.com/nodejs/node/pull/29102
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2019-08-15 22:58:40 -07:00
..
async-hello-world test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
async-hooks-id test: replaced anonymous fn with arrow syntax 2019-02-14 00:06:05 +01:00
async-hooks-promise test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
async-resource test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
at-exit test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
buffer-free-callback test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
callback-scope test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
dlopen-ping-pong worker: improve integration with native addons 2019-02-22 21:42:09 +01:00
errno-exception test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
heap-profiler test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
hello-world test: make exported method static 2019-08-15 22:58:40 -07:00
hello-world-function-export test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
load-long-path test: clean tmpdir on process exit 2019-08-10 19:22:11 -07:00
make-callback test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
make-callback-domain-warning test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
make-callback-recurse test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
new-target test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
node-module-version test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
non-node-context test: fix ineffective error tests 2019-04-24 10:07:09 +02:00
not-a-binding test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
null-buffer-neuter test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
openssl-binding test: silence compiler warning in openssl-binding 2019-02-16 00:19:10 +01:00
openssl-client-cert-engine test: add mustCall to openssl-client-cert-engine 2019-05-03 06:22:30 +02:00
parse-encoding test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
register-signal-handler test: add addon tests for RegisterSignalHandler() 2019-06-14 19:11:42 +02:00
repl-domain-abort test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
stringbytes-external-exceed-max test: specialize OOM check for AIX 2019-07-27 16:03:43 -07:00
symlinked-module test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
uv-handle-leak test: make sure vtable is generated in addon test with LTO 2019-06-07 05:20:40 +02:00
worker-addon report: modify getReport() to return an Object 2019-07-12 14:48:09 -07:00
zlib-binding test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
.gitignore
addon.status test: specialize OOM check for AIX 2019-07-27 16:03:43 -07:00
common.gypi test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
testcfg.py