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

LibJS: Add DeferGC, a RAII way to prevent GC temporarily

This commit is contained in:
Andreas Kling 2020-04-19 11:30:47 +02:00
parent 15daf88e93
commit 2a9e29fbb8
4 changed files with 78 additions and 0 deletions

View file

@ -53,6 +53,7 @@ namespace JS {
class ASTNode;
class Cell;
class DeferGC;
class Error;
class Exception;
class Expression;