Funzione
Nativa
string.dump
Returns a string containing a binary representation (a *binary chunk*) of the given function.
Non ancora tradotto
Sintassi
string.dump(func, stripDebugInfo)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
func
|
function | — | The function to get the bytecode of |
stripDebugInfo
|
boolean | — | True to strip the debug data, false to keep it |
Valore restituito
- string