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:
parent
849e2c77e4
commit
ee6472fef2
5 changed files with 134 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue