pub fn get_property_names_q(
q_ctx: &QuickJsRealmAdapter,
obj_ref: &QuickJsValueAdapter,
) -> Result<Vec<String>, JsError>
Expand description
get the names of all properties of an object
pub fn get_property_names_q(
q_ctx: &QuickJsRealmAdapter,
obj_ref: &QuickJsValueAdapter,
) -> Result<Vec<String>, JsError>
get the names of all properties of an object