summaryrefslogtreecommitdiff
path: root/helpers.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-11move setFunctionArgument to helpers.setTypeFromValueGravatar Vincent Rischmann1-0/+47
Will be used in the virtual table implementation
2022-09-11move setFunctionResult to helpers.setResultGravatar Vincent Rischmann1-0/+41
This function will also be used by the virtual table implementation.