summary refs log tree commit diff stats
path: root/tests/js/tarrayboundscheck.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix negative indexed arrays for JS, refs #13966 (#14152)hlaaftana2020-04-291-0/+6
| | | | | * Fix negative arrays for JS, refs #13966 * small extra fix: no need to .slice() cstring in JS
* added a version of macros.expectLen that takes min/max valuesAraq2017-11-211-0/+0
|
* fixes #6532 array bounds check for non zero based arrays on the js backend ↵skilchen2017-11-061-0/+44
(#6550)