Expand description
Object Creation and Manipulation Operations
Functions for creating objects, setting properties, and object_rest.
Functionsยง
- jit_
new_ object - Create a new object from key-value pairs on stack
- jit_
object_ rest - ObjectRest: create a new object excluding specified keys Takes (obj_bits: u64, keys_bits: u64) and returns a new object with remaining keys
- jit_
set_ prop - Set property on object or array (returns the modified container)