Skip to main content

Module object_ops

Module object_ops 

Source
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)