mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibJS: Add Number()
This commit is contained in:
parent
40ac94995d
commit
f631f6a2e6
5 changed files with 137 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue