Uses of Class
org.mozilla.javascript.NativeSymbol
-
Packages that use NativeSymbol Package Description org.mozilla.javascript -
-
Uses of NativeSymbol in org.mozilla.javascript
Fields in org.mozilla.javascript declared as NativeSymbol Modifier and Type Field Description private NativeSymbol
NativeSymbol. symbolData
Methods in org.mozilla.javascript that return NativeSymbol Modifier and Type Method Description static NativeSymbol
NativeSymbol. construct(Context cx, Scriptable scope, java.lang.Object[] args)
Use this when we need to create symbols internally because of the convoluted way we have to construct them.private static NativeSymbol
NativeSymbol. getSelf(java.lang.Object thisObj)
private static NativeSymbol
NativeSymbol. js_constructor(java.lang.Object[] args)
Methods in org.mozilla.javascript that return types with arguments of type NativeSymbol Modifier and Type Method Description private java.util.Map<java.lang.String,NativeSymbol>
NativeSymbol. getGlobalMap()
Constructors in org.mozilla.javascript with parameters of type NativeSymbol Constructor Description NativeSymbol(NativeSymbol s)
-