-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
None
-
b102
ES6 symbol values should behave just like other JS primitives in that using them as a base value of a property or index operation should trigger conversion to a symbol wrapper object that inherits from Symbol.prototype.
As pointed out by Attila on nashorn-dev NashornPrimitiveLinker currently does not handle Symbols.
As pointed out by Attila on nashorn-dev NashornPrimitiveLinker currently does not handle Symbols.