Expand description
Type Conversion FFI Functions for JIT
Functions for type checking and conversion in JIT-compiled code.
Functionsยง
- jit_
print - Print a NaN-boxed value to stdout with a newline
- jit_
to_ number - Convert value to number
- jit_
to_ string - Convert value to string
- jit_
type_ check - Check if a value matches a type (returns TAG_BOOL_TRUE or TAG_BOOL_FALSE) type_name_bits should be a boxed string pointer with encoded type info
- jit_
typeof - Get typeof a value as a string