Skip to main content

emit_val_to_string

Function emit_val_to_string 

Source
pub fn emit_val_to_string(data: &DataSegmentTracker) -> Function
Expand description

Emit val_to_string(ptr: i32) -> i32 — converts any value to a STRING value.

v1: strings pass through, bools → “true”/“false”, nil → “nil”, numbers (integer-valued) → decimal string, others → “[value]”.