1
Fork 0
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:
Andreas Kling 2020-03-21 17:52:12 +01:00
parent c4c549625f
commit 8b18674229
4 changed files with 89 additions and 0 deletions

View file

@ -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 \