1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09: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
Notes: sideshowbarker 2024-07-19 08:15:34 +09:00

View file

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