1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:37:36 +00:00

LibJS: Implement Error function/constructor

This commit is contained in:
Linus Groh 2020-04-01 19:42:07 +01:00 committed by Andreas Kling
parent 849e2c77e4
commit ee6472fef2
5 changed files with 134 additions and 0 deletions

View file

@ -14,6 +14,7 @@ OBJS = \
Runtime/DateConstructor.o \
Runtime/DatePrototype.o \
Runtime/Error.o \
Runtime/ErrorConstructor.o \
Runtime/ErrorPrototype.o \
Runtime/Exception.o \
Runtime/Function.o \