aboutsummaryrefslogtreecommitdiff
path: root/src/ltable.js
Commit message (Collapse)AuthorAge
* src/ltable.js: Reset dead_hashes after clearing outdaurnimator2017-05-12
|
* src/ltable.js: Iterate past dead keysdaurnimator2017-05-11
|
* Merge branch 'feature/dead-keys'Benoit Giannangeli2017-05-11
|\
| * Don't use luaO_nilobject when deleting table entryBenoit Giannangeli2017-05-11
| |
| * src/ltable.js: luaH_delete can't fully delete immediately as it might need ↵daurnimator2017-05-11
| | | | | | | | dead keys for next()
* | [test-suite] events.jsBenoit Giannangeli2017-05-11
|/
* src/ltable.js: If you try and set value nil with luaH_setint, delete the entrydaurnimator2017-05-11
| | | | See #37
* Cache string hashes in TStringdaurnimator2017-05-09
|
* Introduce a TString classdaurnimator2017-05-08
|
* Move string functions to centralised lstring.jsdaurnimator2017-05-08
|
* src/ltable.js: Create Table classdaurnimator2017-05-05
| | | | This way it's pretty in debug output.
* Add more/correct validation around integersdaurnimator2017-05-04
|
* Pipe | has higher precedence than equalsdaurnimator2017-05-03
|
* Move .id field from TValue to values themselvesdaurnimator2017-05-03
|
* Refactor table implementationdaurnimator2017-05-03
|
* Add table construction functiondaurnimator2017-04-28
|
* Remove unused require()sdaurnimator2017-04-26
|
* All core files reference defs.js instead of lua.jsdaurnimator2017-04-26
|
* 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