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

pub fn get_property_q(
    q_ctx: &QuickJsContext,
    obj_ref: &JSValueRef,
    prop_name: &str
) -> Result<JSValueRef, EsError>

get a property from an object by name