1
Fork 0
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:
Andreas Kling 2020-03-12 20:11:35 +01:00
parent d1d136b4e5
commit 1448f4384d
4 changed files with 49 additions and 12 deletions

View file

@ -2,6 +2,7 @@ OBJS = \
AST.o \
Cell.o \
Function.o \
GlobalObject.o \
Heap.o \
HeapBlock.o \
Interpreter.o \