Object.defineProperty
on DOM objects, the continent_code
property on that browser will be an actual attribute on the object rather than an accessor method to code
. The primary consequence of this change is that continent_code
will appear when enumerating over the continent
object in Internet Explorer 8 and other browsers that do not support Object.definedProperty
.