mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
Everywhere: Write dtors for types with incomplete members out-of-line
These are rejected by Clang (19) trunk as a result of https://github.com/llvm/llvm-project/pull/77753.
This commit is contained in:
committed by
Tim Flynn
parent
397774d422
commit
bf1f631f25
@@ -19,6 +19,8 @@ class SourceTextModule final : public CyclicModule {
|
||||
JS_DECLARE_ALLOCATOR(SourceTextModule);
|
||||
|
||||
public:
|
||||
virtual ~SourceTextModule() override;
|
||||
|
||||
static Result<NonnullGCPtr<SourceTextModule>, Vector<ParserError>> parse(StringView source_text, Realm&, StringView filename = {}, Script::HostDefined* host_defined = nullptr);
|
||||
|
||||
Program const& parse_node() const { return *m_ecmascript_code; }
|
||||
|
||||
Reference in New Issue
Block a user