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

LibJS: Add Number()

This commit is contained in:
Linus Groh 2020-04-07 16:17:23 +01:00 committed by Andreas Kling
parent 40ac94995d
commit f631f6a2e6
5 changed files with 137 additions and 0 deletions

View file

@ -28,6 +28,7 @@ OBJS = \
Runtime/MathObject.o \
Runtime/NativeFunction.o \
Runtime/NativeProperty.o \
Runtime/NumberConstructor.o \
Runtime/NumberObject.o \
Runtime/NumberPrototype.o \
Runtime/Object.o \