diff options
author | bellard <6490144+bellard@users.noreply.github.com> | 2020-11-08 14:30:56 +0100 |
---|---|---|
committer | bellard <6490144+bellard@users.noreply.github.com> | 2020-11-08 14:30:56 +0100 |
commit | b1f67dfc1a7372dd665246cf1c203528e5057e42 (patch) | |
tree | b68346b1d20aa2e709c44a4f7ea902dd3ba6336f /quickjs-atom.h | |
parent | 7c312df422572cf867f29a1d80693e8a77f7fb2a (diff) | |
download | quickjs-b1f67dfc1a7372dd665246cf1c203528e5057e42.tar.gz quickjs-b1f67dfc1a7372dd665246cf1c203528e5057e42.zip |
2020-11-08 release
Diffstat (limited to 'quickjs-atom.h')
-rw-r--r-- | quickjs-atom.h | 1 |
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") |