-
Bug
-
Resolution: Fixed
-
P4
-
None
-
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.