LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()

This commit is contained in:
Matthew Olsson
2024-04-06 10:15:41 -07:00
committed by Andreas Kling
parent 312bc94ac9
commit d62c0fcbdc
10 changed files with 13 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
namespace JS {
JS_DEFINE_ALLOCATOR(Module);
JS_DEFINE_ALLOCATOR(GraphLoadingState);
Module::Module(Realm& realm, ByteString filename, Script::HostDefined* host_defined)
: m_realm(realm)