1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:07:45 +00:00

LibJS: Add JS::NativeFunction to the forwarding header

This commit is contained in:
Andreas Kling 2021-01-18 08:33:41 +01:00
parent 0db6835e73
commit 81839ea1bd

View file

@ -136,6 +136,7 @@ class HeapBlock;
class Interpreter; class Interpreter;
class LexicalEnvironment; class LexicalEnvironment;
class MarkedValueList; class MarkedValueList;
class NativeFunction;
class NativeProperty; class NativeProperty;
class PrimitiveString; class PrimitiveString;
class Reference; class Reference;