mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-31 03:10:03 +00:00
symbolof operation in eval
This commit is contained in:
@@ -93,6 +93,7 @@ E_ExprKindTable:
|
||||
{ Cast Null 1 "cast(" ")" "" "" }
|
||||
{ Sizeof UnaryPrefix 1 "sizeof " "" "" "" }
|
||||
{ Typeof UnaryPrefix 1 "typeof " "" "" "" }
|
||||
{ Symbolof UnaryPrefix 1 "symbolof " "" "" "" }
|
||||
{ ByteSwap UnaryPrefix 1 "bswap " "" "" "" }
|
||||
|
||||
{ Pos UnaryPrefix 2 "+" "" "" "" }
|
||||
|
||||
Reference in New Issue
Block a user