You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A property cannot be reported as non-existent, if it exists as a non-configurable own property of the target object.
10026
10028
</li>
10027
10029
<li>
10028
-
A property cannot be reported as non-existent, if it exists as an own property of the target object and the target object is not extensible.
10030
+
A property cannot be reported as non-existent, if the target object is not extensible, unless it does not exist as an own property of the target object.
10031
+
</li>
10032
+
<li>
10033
+
A property cannot be reported as existent, if the target object is not extensible, unless it exists as an own property of the target object.
10029
10034
</li>
10030
10035
<li>
10031
-
A property cannot be reported as existent, if it does not exist as an own property of the target object and the target object is not extensible.
10036
+
A property cannot be reported as non-configurable, unless it exists as a non-configurable own property of the target object.
10032
10037
</li>
10033
10038
<li>
10034
-
A property cannot be reported as non-configurable, if it does not exist as an own property of the target object or if it exists as a configurable own property of the target object.
10039
+
A property cannot be reported as both non-configurable and non-writable, unless it exists as a non-configurable, non-writable own property of the target object.
A property cannot be non-configurable, unless there exists a corresponding non-configurable own property of the target object.
10079
10086
</li>
10087
+
<li>
10088
+
A non-configurable property cannot be non-writable, unless there exists a corresponding non-configurable, non-writable own property of the target object.
10089
+
</li>
10080
10090
<li>
10081
10091
If a property has a corresponding target object property then applying the Property Descriptor of the property to the target object using [[DefineOwnProperty]] will not throw an exception.
0 commit comments