Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2019-03-20 02:00:16 +0300
committerGus Caplan <me@gus.host>2019-05-21 23:39:09 +0300
commitb046bd193573faf89ac088076b223d5535fb4876 (patch)
treeaaf214a6377bf8e14d38d79116e595256df0d03b /src/node_binding.cc
parent9fec70a703c71c0b5d22fe5f3fbf22daf1e43565 (diff)
src, lib: take control of prepareStackTrace
Refs https://crbug.com/v8/7848 PR-URL: https://github.com/nodejs/node/pull/23926 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'src/node_binding.cc')
-rw-r--r--src/node_binding.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_binding.cc b/src/node_binding.cc
index 9a9bfa70a8a..99c2406036e 100644
--- a/src/node_binding.cc
+++ b/src/node_binding.cc
@@ -48,6 +48,7 @@
V(contextify) \
V(credentials) \
V(domain) \
+ V(errors) \
V(fs) \
V(fs_event_wrap) \
V(heap_utils) \