LibJS: Add GlobalObject to the forwarding header

This commit is contained in:
Andreas Kling 2020-04-01 21:04:42 +02:00
parent 806d3d8e79
commit aee4c1f583
Notes: sideshowbarker 2024-07-19 08:00:43 +09:00

View file

@ -35,6 +35,7 @@ class Error;
class Exception;
class Expression;
class Function;
class GlobalObject;
class HandleImpl;
class Heap;
class HeapBlock;