0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Andreas Madsen de762b71f2
async_hooks: rename currentId and triggerId
currentId is renamed to executionAsyncId
triggerId is renamed to triggerAsyncId
AsyncResource.triggerId is renamed to AsyncResource.triggerAsyncId
AsyncHooksGetCurrentId is renamed to AsyncHooksGetExecutionAsyncId
AsyncHooksGetTriggerId is renamed to AsyncHooksGetTriggerAsyncId

PR-URL: https://github.com/nodejs/node/pull/13490
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2017-06-14 12:39:53 +02:00
..
async-hello-world addons: remove semicolons from after module definition 2017-05-15 20:33:06 +02:00
async-hooks-promise async_wrap: use kTotals to enable PromiseHook 2017-06-10 11:38:05 +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 addons: remove semicolons from after module definition 2017-05-15 20:33:06 +02:00
hello-world-function-export addons: remove semicolons from after module definition 2017-05-15 20:33:06 +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 test: add new.target add-on regression test 2016-11-21 14:34:25 +01:00
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 addons: remove semicolons from after module definition 2017-05-15 20:33:06 +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