1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:17:36 +00:00

LibJS: Add Function to Forward.h

This commit is contained in:
Andreas Kling 2020-03-18 15:21:27 +01:00
parent e96ef450f6
commit f64f7a4787

View file

@ -32,6 +32,7 @@ class ASTNode;
class Argument;
class Cell;
class Expression;
class Function;
class Heap;
class HeapBlock;
class Interpreter;