Function resolve_window

Source
pub(crate) unsafe extern "C" fn resolve_window<D: DomTypes>(
    cx: *mut JSContext,
    obj: HandleObject,
    id: HandleId,
    rval: *mut bool,
) -> bool
Expand description

Resolve a lazy global property for a Window global.