mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
JSSpecCompiler: Parse enumerators in xspec mode
This commit is contained in:
parent
3d365326af
commit
990e30f458
13 changed files with 69 additions and 0 deletions
|
@ -45,6 +45,8 @@ class TreeList;
|
|||
class RecordDirectListInitialization;
|
||||
class FunctionCall;
|
||||
class SlotName;
|
||||
class Enumerator;
|
||||
using EnumeratorRef = NonnullRefPtr<Enumerator>;
|
||||
class Variable;
|
||||
using VariableRef = NonnullRefPtr<Variable>;
|
||||
class FunctionPointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue