summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2018-06-25 00:48:48 -0400
committerTimothy Gu <timothygu99@gmail.com>2018-07-03 22:53:59 -0400
commit5f3bdb016a99d102ebafe86424e7761228ef7f70 (patch)
treef43cf96d968f8ee53c9d5e895f0ab7e302598093 /src/env.h
parent602da6492f278c1345f7f2d82014d9248254476b (diff)
downloadnode-new-5f3bdb016a99d102ebafe86424e7761228ef7f70.tar.gz
messaging: use actual DOMException for DataCloneError
PR-URL: https://github.com/nodejs/node/pull/21540 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index a0670db3ed..8f2f024edd 100644
--- a/src/env.h
+++ b/src/env.h
@@ -322,6 +322,7 @@ struct PackageConfig {
V(buffer_prototype_object, v8::Object) \
V(context, v8::Context) \
V(domain_callback, v8::Function) \
+ V(domexception_function, v8::Function) \
V(fdclose_constructor_template, v8::ObjectTemplate) \
V(fd_constructor_template, v8::ObjectTemplate) \
V(filehandlereadwrap_template, v8::ObjectTemplate) \