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 NativeSymbol
NativeSymbol.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 NativeSymbol
NativeSymbol.getSelf
(Context cx, Scriptable scope, Object thisObj) private static NativeSymbol
NativeSymbol.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