script::dom::bindings::codegen::GenericBindings::WebGPUBinding

Function WGSLLanguageFeaturesSetlikeWrap

Source
pub unsafe fn WGSLLanguageFeaturesSetlikeWrap<D>(
    cx: JSContext,
    scope: &<D as DomTypes>::GlobalScope,
    given_proto: Option<Handle<'_, *mut JSObject>>,
    object: Box<IterableIterator<D, <D as DomTypes>::WGSLLanguageFeatures>>,
    _can_gc: CanGc,
) -> Root<Dom<IterableIterator<D, <D as DomTypes>::WGSLLanguageFeatures>>>
where D: DomTypes,