diff options
author | Linus Groh <mail@linusgroh.de> | 2021-06-11 18:06:20 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-06-11 18:49:50 +0100 |
commit | cbd7437d40c6d58c475938e45ffa4265dbbc5ac0 (patch) | |
tree | 26a977d1addf64c514bf42516def408ca4f12bcb /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 2f03eb8628dbb2d6c643c09309d92237dd0152fc (diff) | |
download | serenity-cbd7437d40c6d58c475938e45ffa4265dbbc5ac0.zip |
LibJS: Implement AggregateError
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | 1 |
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) \ |