summaryrefslogtreecommitdiff
path: root/deps/v8/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/token.h')
-rw-r--r--deps/v8/src/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/token.h b/deps/v8/src/token.h
index 4078a15cd..04d7f7639 100644
--- a/deps/v8/src/token.h
+++ b/deps/v8/src/token.h
@@ -174,6 +174,7 @@ namespace internal {
K(EXPORT, "export", 0) \
K(IMPORT, "import", 0) \
K(LET, "let", 0) \
+ K(YIELD, "yield", 0) \
\
/* Illegal token - not able to scan. */ \
T(ILLEGAL, "ILLEGAL", 0) \