| 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
|