pub(crate) fn define_guarded_properties<D: DomTypes>(
cx: JSContext,
obj: HandleObject<'_>,
properties: &[Guard<&'static [JSPropertySpec]>],
global: HandleObject<'_>,
)Expand description
Conditionally define properties on an object.
pub(crate) fn define_guarded_properties<D: DomTypes>(
cx: JSContext,
obj: HandleObject<'_>,
properties: &[Guard<&'static [JSPropertySpec]>],
global: HandleObject<'_>,
)Conditionally define properties on an object.