summaryrefslogtreecommitdiff
path: root/lib/internal/async_hooks.js
diff options
context:
space:
mode:
authorAndreas Madsen <amwebdk@gmail.com>2017-11-22 11:25:03 +0100
committerAndreas Madsen <amwebdk@gmail.com>2017-11-22 11:25:03 +0100
commit1cc6b993b9683d4adda9525ce3e96779db246658 (patch)
tree50958bb02db11b2546f855155be43cabdc1b2f46 /lib/internal/async_hooks.js
parentf3b12aa4c2a178f7b8d633b07627be48ef7ba4b5 (diff)
downloadandroid-node-v8-1cc6b993b9683d4adda9525ce3e96779db246658.tar.gz
android-node-v8-1cc6b993b9683d4adda9525ce3e96779db246658.tar.bz2
android-node-v8-1cc6b993b9683d4adda9525ce3e96779db246658.zip
async_hooks: remove deprecated API
PR-URL: https://github.com/nodejs/node/pull/17147 Refs: https://github.com/nodejs/node/pull/16972 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'lib/internal/async_hooks.js')
-rw-r--r--lib/internal/async_hooks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/internal/async_hooks.js b/lib/internal/async_hooks.js
index 5964a847fc..002cbccb03 100644
--- a/lib/internal/async_hooks.js
+++ b/lib/internal/async_hooks.js
@@ -236,7 +236,7 @@ function disableHooks() {
async_hook_fields[kCheck] -= 1;
}
-// Sensitive Embedder API //
+// Internal Embedder API //
// Increment the internal id counter and return the value. Important that the
// counter increment first. Since it's done the same way in
@@ -338,7 +338,7 @@ module.exports = {
},
enableHooks,
disableHooks,
- // Sensitive Embedder API
+ // Internal Embedder API
newUid,
initTriggerId,
setInitTriggerId,