Uses of Class
org.htmlunit.corejs.javascript.NativeSymbol
-
Packages that use NativeSymbol Package Description org.htmlunit.corejs.javascript -
-
Uses of NativeSymbol in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as NativeSymbol Modifier and Type Field Description private NativeSymbolNativeSymbol. symbolDataMethods in org.htmlunit.corejs.javascript that return NativeSymbol Modifier and Type Method Description static NativeSymbolNativeSymbol. 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 NativeSymbolNativeSymbol. getSelf(Context cx, Scriptable scope, java.lang.Object thisObj)private static NativeSymbolNativeSymbol. js_constructor(java.lang.Object[] args)Methods in org.htmlunit.corejs.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.htmlunit.corejs.javascript with parameters of type NativeSymbol Constructor Description NativeSymbol(NativeSymbol s)
-