-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.3.2
-
Component/s: JavaScript, Shell
-
None
-
ALL
-
Passing a document to Object.preventExtensions() does not work properly, the property in question is set on the document with the value discarded and `null` assigned.
Expected the property in question to be discarded entirely, not set on the document at all.
Note that passing plain (non-document) objects works correctly.