summaryrefslogtreecommitdiff
path: root/tests/test-suite/events.js
Commit message (Collapse)AuthorAge
* Move fengari specific things to src/fengaricore.jsdaurnimator2018-01-11
| | | | String manipulation functions now get exposed on 'fengari' object itself at top level
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* tests/test-suite/events.js: un-skip fixed testsdaurnimator2017-05-23
|
* src/lbaselib.js: Implement argument checking in collectgarbagedaurnimator2017-05-22
|
* [test-suite] events.jsBenoit Giannangeli2017-05-12
|
* Boolean TValue should have a boolean valueBenoit Giannangeli2017-05-12
|
* luaV_concat: 'total' should not be used inside the loopBenoit Giannangeli2017-05-12
| | | | | If there's a table in the concat sequence, we ended up with a toconcat array with undefined slots.
* [test-suite] events.js (userdata)Benoit Giannangeli2017-05-11
|
* [test-suite] events.jsBenoit Giannangeli2017-05-11
|
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* Fixed bad order when trying __lt TM in luaV_lessequalBenoit Giannangeli2017-05-10
|
* Don't do recursive call of luaV_tointeger if luaO_str2num returns falseBenoit Giannangeli2017-05-10
|
* [test-suite] events.jsBenoit Giannangeli2017-05-10
|
* lvm.tonumber should return the integer valueBenoit Giannangeli2017-05-09
|
* [test-suite] events.jsBenoit Giannangeli2017-05-09