Class NativeSymbol

java.lang.Object
org.mozilla.javascript.ScriptableObject
org.mozilla.javascript.NativeSymbol
All Implemented Interfaces:
Serializable, ConstProperties, DebuggableObject, Scriptable, Symbol, SymbolScriptable

public class NativeSymbol extends ScriptableObject implements Symbol
This is an implementation of the standard "Symbol" type that implements all of its weird properties. One of them is that some objects can have an "internal data slot" that makes them a Symbol and others cannot.
See Also: