summaryrefslogtreecommitdiff
path: root/src/node_binding.cc
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2019-03-19 18:00:16 -0500
committerGus Caplan <me@gus.host>2019-05-21 15:39:09 -0500
commitb046bd193573faf89ac088076b223d5535fb4876 (patch)
treeaaf214a6377bf8e14d38d79116e595256df0d03b /src/node_binding.cc
parent9fec70a703c71c0b5d22fe5f3fbf22daf1e43565 (diff)
downloadandroid-node-v8-b046bd193573faf89ac088076b223d5535fb4876.tar.gz
android-node-v8-b046bd193573faf89ac088076b223d5535fb4876.tar.bz2
android-node-v8-b046bd193573faf89ac088076b223d5535fb4876.zip
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 9a9bfa70a8..99c2406036 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) \