pub(crate) unsafe fn JSProxyHandlerOwnPropertyKeys<T>(
config: JSProxyHandlerOwnPropertyKeysConfig<T>,
cx: *mut RawJSContext,
proxy: HandleObject,
props: MutableHandleIdVector,
) -> boolwhere
T: DomObject,Expand description
SAFETY: cx must point to a valid, non-null JS context.