summaryrefslogtreecommitdiff
path: root/quickjs-atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'quickjs-atom.h')
-rw-r--r--quickjs-atom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quickjs-atom.h b/quickjs-atom.h
index a353ad4..4c22794 100644
--- a/quickjs-atom.h
+++ b/quickjs-atom.h
@@ -113,6 +113,7 @@ DEF(caller, "caller")
DEF(_eval_, "<eval>")
DEF(_ret_, "<ret>")
DEF(_var_, "<var>")
+DEF(_arg_var_, "<arg_var>")
DEF(_with_, "<with>")
DEF(lastIndex, "lastIndex")
DEF(target, "target")