mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
LibJS: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
This commit is contained in:
committed by
Andreas Kling
parent
312bc94ac9
commit
d62c0fcbdc
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user