1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:17:35 +00:00

LibJS: Add and use the %ThrowTypeError% intrinsic

This commit is contained in:
Idan Horowitz 2021-06-28 03:53:35 +03:00 committed by Linus Groh
parent 581f20e6f2
commit e2e695bc9f
5 changed files with 22 additions and 7 deletions

View file

@ -76,6 +76,7 @@ namespace JS {
P(byteOffset) \
P(call) \
P(callee) \
P(caller) \
P(cause) \
P(cbrt) \
P(ceil) \