aboutsummaryrefslogtreecommitdiff
path: root/src/ldebug.js
Commit message (Expand)AuthorAge
* src/ldebug.js: TMS uses TM_ prefix not OP_daurnimator2017-06-16
* src/ldebug.js: Use function offset as limit when finding local variable namedaurnimator2017-06-16
* src/ldebug.js: Test for null result of findlocal in lua_setlocalBenoit Giannangeli2017-05-31
* Fixed bad ref to proto in collectvalidlinesBenoit Giannangeli2017-05-29
* src/ldebug.js: Don't pass user input as format string to luaG_runerror.daurnimator2017-05-29
* Have lua closures point to directly to their upvalues on stackdaurnimator2017-05-29
* Replace switch on opcode names with switch on their valueBenoit Giannangeli2017-05-28
* Modify stack values up to L.top instead of replacingdaurnimator2017-05-27
* Keep api_incr_top macro contents distinctdaurnimator2017-05-27
* Introduce setobj2sdaurnimator2017-05-27
* Introduce setobjs2sdaurnimator2017-05-27
* ar.what was not a lua stringBenoit Giannangeli2017-05-25
* Added missing parenthesis in luaG_traceexec on yield caseBenoit Giannangeli2017-05-25
* Add missing funcOffBenoit Giannangeli2017-05-24
* Fixed bad lineinfo index in luaG_traceexecBenoit Giannangeli2017-05-24
* Introduce lvm.cvt2strdaurnimator2017-05-22
* src/ldebug.js: namewhat should always contain a stringdaurnimator2017-05-22
* src/ldebug.js: Fix returning TString instead of raw stringdaurnimator2017-05-22
* src/ldebug.js: lineinfo is always an array in JS, check length insteaddaurnimator2017-05-22
* src/ldebug.js: Fix indexing TValue instead of value when finding upvalue namedaurnimator2017-05-21
* src/ldebug.js: compare same string typesdaurnimator2017-05-21
* Rename .pcOff field to l_savedpcdaurnimator2017-05-12
* src/ldebug.js: Introduce currentpc functiondaurnimator2017-05-12
* Rename CallInfo l_savedpc field to l_codedaurnimator2017-05-12
* src/ldebug.js: Don't localise TValuedaurnimator2017-05-12
* src/ldebug.js: Shared TValue references are okay on the stackdaurnimator2017-05-12
* src/ldebug.js: Off by one error on symbolic executiondaurnimator2017-05-12
* src/ldebug.js: CClosures have no '.type' field, use instanceofdaurnimator2017-05-12
* src/ldebug.js: Don't modify TValues on stackdaurnimator2017-05-12
* Rename lopcodes.js require to consistently be lopcodesdaurnimator2017-05-09
* Introduce a TString classdaurnimator2017-05-08
* Add accessors to TValue for TString valuesdaurnimator2017-05-08
* Flatten CallInfo union memberdaurnimator2017-05-05
* An open upvalue already knows which lua_State it comes fromdaurnimator2017-05-05
* src/ldebug.js: Micro optimisation that brings code more in line with referenc...daurnimator2017-05-05
* src/ldebug.js: Fix incorrect error messagesdaurnimator2017-05-05
* Don't wrap lexer/parser strings in a TValuedaurnimator2017-05-05
* src/ldebug.js: If no local is found then you can't get its namedaurnimator2017-05-05
* src/ldebug.js: Fix off by one error when calculating line numberdaurnimator2017-05-05
* src/ldebug.js: Use luaO_pushfstringdaurnimator2017-05-05
* Add lua_pushfstring and lua_pushvstringdaurnimator2017-05-04
* src/ldebug.js: Remove unused argumentdaurnimator2017-05-04
* src/ldebug.js: Fix indentationdaurnimator2017-05-04
* Refactor table implementationdaurnimator2017-05-03
* src/debug.js: Fix incorrect argument order to new TValuedaurnimator2017-05-02
* LClosure and CClosure shouldn't subclass TValuedaurnimator2017-04-28
* Add table construction functiondaurnimator2017-04-28
* Move jsstring() from lobject.js to defs.js; export from lua.jsdaurnimator2017-04-26
* Remove unused require()sdaurnimator2017-04-26
* All core files reference defs.js instead of lua.jsdaurnimator2017-04-26