-
Bug
-
Resolution: Duplicate
-
P3
-
9
-
None
-
generic
-
generic
We need to treat POJOs as if they were JS objects that had Object.seal() invoked on them. Specifically, they're not extensible and their properties are not configurable. In terms of observable behavior, we should be throwing a TypeError when attempting to set a non-existent property on a POJO when in strict mode.
- duplicates
-
JDK-8144919 Implement missing member handler for BeansLinker
-
- Resolved
-
-
JDK-8073635 Nashorn: Java Sets and Queues must return undefined when using bracket notation
-
- Closed
-
- relates to
-
JDK-8143045 Add a missing member handler to BeansLinker
-
- Resolved
-