mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:17:34 +00:00
LibJS: Add Math.random() :^)
This commit is contained in:
parent
c4c549625f
commit
8b18674229
4 changed files with 89 additions and 0 deletions
|
@ -12,6 +12,7 @@ OBJS = \
|
|||
Runtime/ConsoleObject.o \
|
||||
Runtime/Function.o \
|
||||
Runtime/GlobalObject.o \
|
||||
Runtime/MathObject.o \
|
||||
Runtime/NativeFunction.o \
|
||||
Runtime/NativeProperty.o \
|
||||
Runtime/Object.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue