aboutsummaryrefslogtreecommitdiff
path: root/src/ltable.js
Commit message (Collapse)AuthorAge
* No more Table, just TValue with table type and Map valueBenoit Giannangeli2017-04-18
|
* luaH_next and luaH_getn are not Table member functionsBenoit Giannangeli2017-04-18
|
* Table indexes are also starting at 1 internallyBenoit Giannangeli2017-04-13
| | | | Since we use a Map we don't have to care about indexes starting at 0
* Array.prototype.sort sort by Unicode code points by defaultBenoit Giannangeli2017-04-11
| | | | WTF JS !
* No interning for nowBenoit Giannangeli2017-03-13
| | | | G.strt would have grown with each string
* [Strings] ltable.js, ltm.jsBenoit Giannangeli2017-03-13
|
* use luaL_argerror/error instead of throwingBenoit Giannangeli2017-02-22
|
* Tables are JS Maps, lua_nextBenoit Giannangeli2017-02-22
|
* lua_copy, lua_next, luaL_argerrorBenoit Giannangeli2017-02-22
|
* Better use of module to avoid cyclic dependencies issuesBenoit Giannangeli2017-02-13
|
* Moved luaH_getn to ltable.jsBenoit Giannangeli2017-02-13