mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
JSSpecCompiler: Parse '?' before function calls in xspec mode
This commit is contained in:
parent
b800276347
commit
3d365326af
5 changed files with 20 additions and 1 deletions
|
@ -242,7 +242,8 @@ protected:
|
|||
#define ENUMERATE_UNARY_OPERATORS(F) \
|
||||
F(Invalid) \
|
||||
F(AssertCompletion) \
|
||||
F(Minus)
|
||||
F(Minus) \
|
||||
F(ReturnIfAbrubt)
|
||||
|
||||
#define ENUMERATE_BINARY_OPERATORS(F) \
|
||||
F(Invalid) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue