Uses of Class
org.htmlunit.corejs.javascript.NativeSymbol
Packages that use NativeSymbol
-
Uses of NativeSymbol in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as NativeSymbolMethods in org.htmlunit.corejs.javascript that return NativeSymbolModifier and TypeMethodDescriptionstatic NativeSymbolNativeSymbol.construct(Context cx, Scriptable scope, 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, Object thisObj) private static NativeSymbolNativeSymbol.js_constructor(Object[] args) Methods in org.htmlunit.corejs.javascript that return types with arguments of type NativeSymbolConstructors in org.htmlunit.corejs.javascript with parameters of type NativeSymbol