Package org.mozilla.javascript
Interface Symbol
- All Known Implementing Classes:
NativeSymbol
,SymbolKey
public interface Symbol
A Symbol is a JavaScript object that obeys the special properties of the Symbol prototype. This
interface lets us possibly support multiple implementations of Symbol.
- Since:
- 1.7.8