mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
JSSpecCompiler: Parse method headers
This commit is contained in:
parent
a35a751f9e
commit
4d8f74c149
7 changed files with 85 additions and 12 deletions
|
@ -116,6 +116,7 @@ private:
|
|||
Optional<FailedTextParseDiagnostic> parse_header(XML::Node const* element);
|
||||
void parse(XML::Node const* element);
|
||||
|
||||
TextParser::ClauseHasAoidAttribute m_clause_has_aoid_attribute;
|
||||
SpecificationParsingContext* m_ctx_pointer;
|
||||
Vector<NonnullOwnPtr<SpecificationClause>> m_subclauses;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue