summary refs log tree commit diff stats
path: root/tests/js/t21247.nim
Commit message (Collapse)AuthorAgeFilesLines
* Specify that address is taken when converter takes a var parameter (#21391)Jake Leahy2023-02-211-0/+15
* Add test case * closes #21247 Add the sfAddrTaken flag to var parameters in converters This allows the JS backend to properly pass the parameter as a fat pointer