aboutsummaryrefslogtreecommitdiff
path: root/tests/lcorolib.js
Commit message (Collapse)AuthorAge
* 8-bit string internally testsBenoit Giannangeli2017-03-30
| | | | Lexing/Parsing is done on byte rather than js strings
* Loading tests (binary/text)Benoit Giannangeli2017-03-01
|
* lua_load will load both binary and textBenoit Giannangeli2017-03-01
|
* coroutine.wrapBenoit Giannangeli2017-02-23
|
* coroutine.running, upvalue need to be attached to their threadBenoit Giannangeli2017-02-23
|
* Fixed bad lua_gettopBenoit Giannangeli2017-02-23
|
* coroutine.status, coroutine.wrap, coroutine.running, coroutine.isyieldableBenoit Giannangeli2017-02-23
|
* coroutinesBenoit Giannangeli2017-02-23