Function script::dom::bindings::proxyhandler::append_cross_origin_allowlisted_prop_keys
source · unsafe fn append_cross_origin_allowlisted_prop_keys(
cx: SafeJSContext,
props: RawMutableHandleIdVector
)
Expand description
Append « "then", @@toStringTag, @@hasInstance, @@isConcatSpreadable »
to
props
. This is used to implement CrossOriginOwnPropertyKeys
.