summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-06-11 18:06:20 +0100
committerLinus Groh <mail@linusgroh.de>2021-06-11 18:49:50 +0100
commitcbd7437d40c6d58c475938e45ffa4265dbbc5ac0 (patch)
tree26a977d1addf64c514bf42516def408ca4f12bcb /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent2f03eb8628dbb2d6c643c09309d92237dd0152fc (diff)
downloadserenity-cbd7437d40c6d58c475938e45ffa4265dbbc5ac0.zip
LibJS: Implement AggregateError
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
index d0254ec4e9..cf7db4f0ba 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -100,6 +100,7 @@ namespace JS {
P(entries) \
P(enumerable) \
P(error) \
+ P(errors) \
P(escape) \
P(eval) \
P(every) \