pub(crate) fn JSProxyHandlerGetOwnEnumerablePropertyKeys<T>(
config: JSProxyHandlerOwnEnumerablePropertyKeysConfig<T>,
cx: *mut RawJSContext,
proxy: HandleObject,
props: MutableHandleIdVector,
) -> boolwhere
T: DomObject,pub(crate) fn JSProxyHandlerGetOwnEnumerablePropertyKeys<T>(
config: JSProxyHandlerOwnEnumerablePropertyKeysConfig<T>,
cx: *mut RawJSContext,
proxy: HandleObject,
props: MutableHandleIdVector,
) -> boolwhere
T: DomObject,