On Safari 11 (not this is `RegExp` not `RegExp.prototype`): ``` Object.getOwnPropertyNames(RegExp).toString() > "length,name,prototype,input,$_,lastMatch,$&,lastParen,$+,leftContext,$`,rightContext,$',$1,$2,$3,$4,$5,$6,$7,$8,$9" ``` But confluence shows (at least) `lastMatch`, `lastParen`, `leftContext`, and `rightContext` as missing from Safari. Why?