summaryrefslogtreecommitdiff
path: root/helpers.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move setFunctionArgument to helpers.setTypeFromValueGravatar Vincent Rischmann2022-09-111-0/+47
| | | | Will be used in the virtual table implementation
* move setFunctionResult to helpers.setResultGravatar Vincent Rischmann2022-09-111-0/+41
This function will also be used by the virtual table implementation.