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>2020-01-09 19:34:55 +0300
committerGus Caplan <me@gus.host>2020-01-13 01:43:56 +0300
commitb810e6703968ea3cd82262aa9acc57fabc894cd1 (patch)
tree35a7fd0ef45d8d0401c6aa072699e91e3377797c /src/node_errors.h
parent4455f603207815199854797b043b86cc8a885eb3 (diff)
vm: add code cache support for SourceTextModule
PR-URL: https://github.com/nodejs/node/pull/31278 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/node_errors.h')
-rw-r--r--src/node_errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_errors.h b/src/node_errors.h
index 74413e7456a..e554d5fd925 100644
--- a/src/node_errors.h
+++ b/src/node_errors.h
@@ -59,6 +59,7 @@ void PrintErrorString(const char* format, ...);
V(ERR_TLS_INVALID_PROTOCOL_METHOD, TypeError) \
V(ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER, TypeError) \
V(ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED, Error) \
+ V(ERR_VM_MODULE_CACHED_DATA_REJECTED, Error) \
#define V(code, type) \
inline v8::Local<v8::Value> code(v8::Isolate* isolate, \