| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
metatable should not be on the TValue
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- it tried to index the tvalue instead of the metatable
- it returns a jsstring in __name case, but lua string in fallback
|
| |
|
|
|
|
| |
If the buffer was exhausted, the previous implementation could return undefined
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
object that isn't an ArrayBuffer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Which ended up generating an OP_LOADK when not needed
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|