Function quickjs_runtime::quickjs_utils::objects::get_own_property_names[][src]

pub unsafe fn get_own_property_names(
    context: *mut JSContext,
    obj_ref: &JSValueRef
) -> Result<JSPropertyEnumRef, EsError>

get the property names of an object

Safety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid