aboutsummaryrefslogtreecommitdiff
path: root/src/lstate.js
Commit message (Collapse)AuthorAge
...
* More accurate state and closure initBenoit Giannangeli2017-02-17
|
* Everything need to make luaL_newstate work, lua_pushnil testBenoit Giannangeli2017-02-15
|
* Implementing minimal path from main to luaV_execute of user scriptBenoit Giannangeli2017-02-15
|
* Better use of module to avoid cyclic dependencies issuesBenoit Giannangeli2017-02-13
|
* Fixed bad tailcall, _ENV is a closed upvalueBenoit Giannangeli2017-02-11
|
* UpvaluesBenoit Giannangeli2017-02-10
|
* callstatus, OP_LE, OP_JMP, tests use L.topBenoit Giannangeli2017-02-08
|
* First CallInfo expects LUA_MULTRET resultsBenoit Giannangeli2017-02-07
|
* postcall and precallBenoit Giannangeli2017-02-06
| | | | | | In the tests, we just look at the last n elements of the stack to check our results. This is because the executed script itself doesn't expect any result, so we did not put results at L.top.
* Fixed bad use of L.topBenoit Giannangeli2017-02-05
|
* CLOSURE, CALLBenoit Giannangeli2017-02-04
|
* VM Tests, OP_MOVE, OP_LOAK, partial OP_RETURNBenoit Giannangeli2017-02-03
|
* Dispatch loopBenoit Giannangeli2017-02-03
|
* Lua VMBenoit Giannangeli2017-02-03
|
* readHeaderBenoit Giannangeli2017-02-02
|
* Following Lua's source code as closely as possibleBenoit Giannangeli2017-02-02