Skip to main content

JSProxyHandlerOwnPropertyKeys

Function JSProxyHandlerOwnPropertyKeys 

Source
pub(crate) unsafe fn JSProxyHandlerOwnPropertyKeys<T>(
    config: JSProxyHandlerOwnPropertyKeysConfig<T>,
    cx: *mut RawJSContext,
    proxy: HandleObject,
    props: MutableHandleIdVector,
) -> bool
where T: DomObject,
Expand description

SAFETY: cx must point to a valid, non-null JS context.