aboutsummaryrefslogtreecommitdiff
path: root/tests/ltm.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
* tests/: Fix linter complaintsdaurnimator2017-12-10
|
* Separate ZIO and MBuffer data structuresdaurnimator2017-05-15
| | | | - lua_load no longer takes a null reader function
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* Remove unused variablesdaurnimator2017-04-26
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* npm t runs test suite, removed t.commentBenoit Giannangeli2017-04-26
|
* Export lapi.js functions from lua.jsdaurnimator2017-04-26
|
* Removed useless luac -l from testsBenoit Giannangeli2017-04-24
|
* 8-bit string internally testsBenoit Giannangeli2017-03-30
| | | | Lexing/Parsing is done on byte rather than js strings
* Testing 8-bit stringsBenoit Giannangeli2017-03-13
|
* lua_load will load both binary and textBenoit Giannangeli2017-03-01
|
* TravisBenoit Giannangeli2017-02-24
|
* Fixed tests to use the new table structureBenoit Giannangeli2017-02-22
|
* Fixed UpVal.setval so that it update v index and v value on the stackBenoit Giannangeli2017-02-17
|
* More accurate state and closure initBenoit Giannangeli2017-02-17
|
* __callBenoit Giannangeli2017-02-15
|
* __concatBenoit Giannangeli2017-02-15
|
* __lenBenoit Giannangeli2017-02-15
|
* __unm, __bnotBenoit Giannangeli2017-02-15
|
* __le, __lt, __eqBenoit Giannangeli2017-02-15
|
* Launch scripts with luaD_callBenoit Giannangeli2017-02-14
| | | | | Will adjust L.top correctly. Still isn't what lua's doing since we still miss the first 5 elements.
* binary op tag methodsBenoit Giannangeli2017-02-14
|
* __index/__newindex chainBenoit Giannangeli2017-02-14
|
* __newindexBenoit Giannangeli2017-02-14
|
* Setting metatable manually until setmetatable is availableBenoit Giannangeli2017-02-14
| | | | | Using a breakpoint flag on specific opcode to stop the program so we can manipulate the stack manually within the test
* TM testsBenoit Giannangeli2017-02-14
|
* settable, gettable (handle tm)Benoit Giannangeli2017-02-14
|
* LENBenoit Giannangeli2017-02-13
|
* TFORCALL, TFORLOOP, luaD_call, tag methodsBenoit Giannangeli2017-02-12