Function quickjs_runtime::quickjs_utils::objects::get_property_q

source ยท
pub fn get_property_q(
    q_ctx: &QuickJsRealmAdapter,
    obj_ref: &QuickJsValueAdapter,
    prop_name: &str,
) -> Result<QuickJsValueAdapter, JsError>
Expand description

get a property from an object by name