aboutsummaryrefslogtreecommitdiff
path: root/src/ltm.js
Commit message (Collapse)AuthorAge
* luaL_newstate, lua_pushnil, lua_gettop, luaL_typenameBenoit Giannangeli2017-02-16
|
* Everything need to make luaL_newstate work, lua_pushnil testBenoit Giannangeli2017-02-15
|
* __le, __lt, __eqBenoit Giannangeli2017-02-15
|
* binary op tag methodsBenoit 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
* Better use of module to avoid cyclic dependencies issuesBenoit Giannangeli2017-02-13
|
* l_isfalse as TValue methodBenoit Giannangeli2017-02-13
|
* JSHintBenoit Giannangeli2017-02-13
|
* TFORCALL, TFORLOOP, luaD_call, tag methodsBenoit Giannangeli2017-02-12
|
* Moved functions to ldo.jsBenoit Giannangeli2017-02-11