mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Fix serialization format docs.
Reported by nounwind.
This commit is contained in:
parent
d06beb0480
commit
243b7682a5
@ -588,9 +588,9 @@ num → 0x07 double.L
|
|||||||
tab → 0x08 // Empty table
|
tab → 0x08 // Empty table
|
||||||
| 0x09 h.U h*{object object} // Key/value hash
|
| 0x09 h.U h*{object object} // Key/value hash
|
||||||
| 0x0a a.U a*object // 0-based array
|
| 0x0a a.U a*object // 0-based array
|
||||||
| 0x0b a.U a*object h.U h*{object object} // Mixed
|
| 0x0b a.U h.U a*object h*{object object} // Mixed
|
||||||
| 0x0c a.U (a-1)*object // 1-based array
|
| 0x0c a.U (a-1)*object // 1-based array
|
||||||
| 0x0d a.U (a-1)*object h.U h*{object object} // Mixed
|
| 0x0d a.U h.U (a-1)*object h*{object object} // Mixed
|
||||||
tab_mt → 0x0e (index-1).U tab // Metatable dict entry
|
tab_mt → 0x0e (index-1).U tab // Metatable dict entry
|
||||||
|
|
||||||
int64 → 0x10 int.L // FFI int64_t
|
int64 → 0x10 int.L // FFI int64_t
|
||||||
|
Loading…
Reference in New Issue
Block a user