aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.js
Commit message (Expand)AuthorAge
* Move fengari specific things to src/fengaricore.jsdaurnimator2018-01-11
* src/lzio.js: Don't permit DataView returned from a lua_load reader any moredaurnimator2017-12-15
* tests/: Fix linter complaintsdaurnimator2017-12-10
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
* tests/tests.js: don't shell out to luac for compilingdaurnimator2017-06-19
* tests/tests.js: throw errors if unable to load codedaurnimator2017-06-18
* Set WEB flag to false for testsBenoit Giannangeli2017-05-09
* tests/tests.js: Use luaL_loadstring instead of using lundump.js directlydaurnimator2017-05-02
* Remove unused variablesdaurnimator2017-04-26
* Removed useless luac -l from testsBenoit Giannangeli2017-04-24
* Testing 8-bit stringsBenoit Giannangeli2017-03-13
* [Strings] lvm.jsBenoit Giannangeli2017-03-13
* Remove use of 'buffer-dataview' librarydaurnimator2017-03-03
* lua_load will load both binary and textBenoit Giannangeli2017-03-01
* TravisBenoit Giannangeli2017-02-24
* lua_load (bytecode only), lua_call(k)Benoit Giannangeli2017-02-17
* More accurate state and closure initBenoit Giannangeli2017-02-17
* lua_pushnumber, lua_pushinteger, lua_pushstring, lua_pushbooleanBenoit Giannangeli2017-02-16
* lapi testsBenoit Giannangeli2017-02-15
* TFORCALL, TFORLOOP, luaD_call, tag methodsBenoit Giannangeli2017-02-12