mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:57:35 +00:00
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
This commit is contained in:
parent
11c968fa1f
commit
f4fa37afd2
15 changed files with 25 additions and 3 deletions
|
@ -2563,6 +2563,8 @@ static void generate_named_properties_object_definitions(IDL::Interface const& i
|
|||
generator.append(R"~~~(
|
||||
#include <LibWeb/WebIDL/AbstractOperations.h>
|
||||
|
||||
JS_DEFINE_ALLOCATOR(@named_properties_class@);
|
||||
|
||||
@named_properties_class@::@named_properties_class@(JS::Realm& realm)
|
||||
: JS::Object(realm, nullptr, MayInterfereWithIndexedPropertyAccess::Yes)
|
||||
, m_realm(realm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue