| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit 5cb00bbae4f1afb5cd476a637975dd9220898e15.
It turns out that frozen objects are slower, see https://jsperf.com/object-freeze-performance
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Do the TString creation in one big Array.prototype.concat
|
| |
|
| |
|
|
|
|
| |
test'
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
that internal string isn't modified
|
|
|
|
| |
Also fixes mutation of internal string object
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Don't export a class (instead export luaU_undump)
- Make error messages the same as normal lua
|
| |
|
|
|
|
| |
of chars
|
| |
|
|
|
|
| |
This also reverts commit b1a8a4b0435199982d26de4a183600c155619a5a.
|
| |
|
| |
|
| |
|
|
|
|
| |
So we can read binary code with a user reader function
|