mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
LibJS: Replace the global print() function with console.log() :^)
This commit is contained in:
parent
19452230cd
commit
086f68e878
10 changed files with 109 additions and 25 deletions
|
@ -6,6 +6,7 @@ OBJS = \
|
|||
Lexer.o \
|
||||
Parser.o \
|
||||
Runtime/Cell.o \
|
||||
Runtime/ConsoleObject.o \
|
||||
Runtime/Function.o \
|
||||
Runtime/GlobalObject.o \
|
||||
Runtime/NativeFunction.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue