summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-06-28 03:53:35 +0300
committerLinus Groh <mail@linusgroh.de>2021-06-28 08:55:14 +0100
commite2e695bc9f23e4f12b05026b82e5c6eab52562d2 (patch)
treef4716f730409f1a3b48e40000c7729296a6d3e34 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent581f20e6f2425e1bdbee04218f6bfa1b859f0ed2 (diff)
downloadserenity-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.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 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) \