unsafe fn append_cross_origin_allowlisted_prop_keys(
    cx: JSContext,
    props: MutableHandleIdVector
)
Expand description

Append « "then", @@toStringTag, @@hasInstance, @@isConcatSpreadable » to props. This is used to implement CrossOriginOwnPropertyKeys.