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:
parent
15daf88e93
commit
2a9e29fbb8
4 changed files with 78 additions and 0 deletions
|
@ -53,6 +53,7 @@ namespace JS {
|
|||
|
||||
class ASTNode;
|
||||
class Cell;
|
||||
class DeferGC;
|
||||
class Error;
|
||||
class Exception;
|
||||
class Expression;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue