summaryrefslogtreecommitdiff
path: root/tests/test-suite/ltests.js
Commit message (Expand)AuthorAge
* Merge branch 'accept-jsstrings'daurnimator2018-03-30
|\
| * src/: Pass js strings to auxlib functions such as luaL_argcheckdaurnimator2017-12-29
* | tests/test-suite/ltests.js: Push copy of TValue to stack, not originaldaurnimator2018-02-05
* | {src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join()daurnimator2018-02-04
* | Move fengari specific things to src/fengaricore.jsdaurnimator2018-01-11
* | Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywheredaurnimator2018-01-07
|/
* Use Uint8Array to back stringsdaurnimator2017-12-13
* tests/: Fix linter complaintsdaurnimator2017-12-10
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
* Export strings from lauxlib in lua string form (rather than as javascript str...daurnimator2017-12-02
* tests/test-suite: Fix checkpanicdaurnimator2017-06-19
* tests/test-suite/ltests.js: Don't error on empty scripts (just null ones)daurnimator2017-06-19
* ltests.js: listcodeBenoit Giannangeli2017-05-28
* ltest.js: listkBenoit Giannangeli2017-05-28
* ltests.js: fixed upvalue, removed collectgarbage callsBenoit Giannangeli2017-05-28
* ltests.js: func2num behaves like topointerBenoit Giannangeli2017-05-28
* ltests.js: topointer does not always work like C version wouldBenoit Giannangeli2017-05-27
* ltests.js: topointer cast lua_topointer result so null should be 0Benoit Giannangeli2017-05-27
* runJS switch instead of if elsesBenoit Giannangeli2017-05-26
* [test-suite] api.jsBenoit Giannangeli2017-05-25
* ltests.js: makeCfuncBenoit Giannangeli2017-05-25
* ltests.js: newstate, loadlib, doremote, closestateBenoit Giannangeli2017-05-25
* [test-suite] coroutine.jsBenoit Giannangeli2017-05-25
* ltests.js: testJS/CBenoit Giannangeli2017-05-25
* Add missing luaD_checkstack in luaD_hookBenoit Giannangeli2017-05-24
* ltests.js: fixed getstringBenoit Giannangeli2017-05-24
* ltests.js: resume, coroutine.js: yields inside hooksBenoit Giannangeli2017-05-24
* ltests.js: sethook, runJSBenoit Giannangeli2017-05-24
* ltests.jsBenoit Giannangeli2017-05-11