blob: ad7b3a194324175f28b1d6d1a7b8378620779044 [file] [log] [blame]
PASS @@toStringTag exists on the prototype with the appropriate descriptor
PASS @@toStringTag must not exist on the instance
PASS Object.prototype.toString applied to the prototype
PASS Object.prototype.toString applied to an instance
PASS Object.prototype.toString applied after modifying the prototype's @@toStringTag
PASS Object.prototype.toString applied to the instance after modifying the instance's @@toStringTag
PASS Object.prototype.toString applied to a null-prototype instance
PASS Object.prototype.toString applied after deleting @@toStringTag