diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-06-28 03:53:35 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-06-28 08:55:14 +0100 |
commit | e2e695bc9f23e4f12b05026b82e5c6eab52562d2 (patch) | |
tree | f4716f730409f1a3b48e40000c7729296a6d3e34 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 581f20e6f2425e1bdbee04218f6bfa1b859f0ed2 (diff) | |
download | serenity-e2e695bc9f23e4f12b05026b82e5c6eab52562d2.zip |
LibJS: Add and use the %ThrowTypeError% intrinsic
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 f40c44533d..6553e59444 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -76,6 +76,7 @@ namespace JS { P(byteOffset) \ P(call) \ P(callee) \ + P(caller) \ P(cause) \ P(cbrt) \ P(ceil) \ |