aboutsummaryrefslogtreecommitdiff
path: root/src/lfunc.js
Commit message (Collapse)AuthorAge
* UpVal closingBenoit Giannangeli2017-02-11
|
* UpvaluesBenoit Giannangeli2017-02-10
|
* 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.
* RETURN follow lua's source more accuratelyBenoit Giannangeli2017-02-06
|
* CLOSURE, CALLBenoit Giannangeli2017-02-04
|
* readHeaderBenoit Giannangeli2017-02-02