Function script::dom::bindings::utils::get_proto_or_iface_array

source ยท
pub fn get_proto_or_iface_array(
    global: *mut JSObject,
) -> *mut [*mut JSObject; 568]
Expand description

Returns the ProtoOrIfaceArray for the given global object. Fails if global is not a DOM global object.