funcDef property

FuncExpr? funcDef
getter/setter pair

If this lua object is a function, it will have FuncExpr node with information about its arguments.

Implementation

FuncExpr? funcDef;