Uses of Class
org.mozilla.javascript.NativeSymbol
-
Packages that use NativeSymbol Package Description org.mozilla.javascript -
-
Uses of NativeSymbol in org.mozilla.javascript
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.Constructors in org.mozilla.javascript with parameters of type NativeSymbol Constructor Description NativeSymbol(NativeSymbol s)
-