mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:37:34 +00:00
LibJS: Move GlobalObject to its own Object subclass
This is mostly for tidiness at the moment.
This commit is contained in:
parent
d1d136b4e5
commit
1448f4384d
4 changed files with 49 additions and 12 deletions
|
@ -2,6 +2,7 @@ OBJS = \
|
|||
AST.o \
|
||||
Cell.o \
|
||||
Function.o \
|
||||
GlobalObject.o \
|
||||
Heap.o \
|
||||
HeapBlock.o \
|
||||
Interpreter.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue