archives

« Bugzilla Issues Index

#3511 — 9.4.3, 9.4.5: Missing [[Has]] implementations


9.4.3 String Exotic Objects
9.4.5 Integer Indexed Exotic Objects

The default ordinary [[Has]] method no longer calls the object specific [[GetOwnProperty]], but instead OrdinaryGetOwnProperty (in OrdinaryHasProperty). That means 9.4.3 and 9.4.5 now need to specify own [[Has]] implementations to special treat their virtual indexed properties.


fixed in rev31 editor's draft


In Rev31