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

LibJS: Implement console.assert()

This commit is contained in:
Linus Groh 2021-04-18 17:08:14 +02:00
parent e37421bddc
commit 8d490aba76
12 changed files with 89 additions and 9 deletions

View file

@ -71,6 +71,7 @@ namespace JS {
P(asUintN) \
P(asin) \
P(asinh) \
P(assert) \
P(at) \
P(atan) \
P(atan2) \