Uses of Class
org.htmlunit.corejs.javascript.ScriptRuntime.StringIdOrIndex
-
Packages that use ScriptRuntime.StringIdOrIndex Package Description org.htmlunit.corejs.javascript -
-
Uses of ScriptRuntime.StringIdOrIndex in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript that return ScriptRuntime.StringIdOrIndex Modifier and Type Method Description static ScriptRuntime.StringIdOrIndex
ScriptRuntime. toStringIdOrIndex(java.lang.Object id)
If id is a number or a string presentation of an int32 value, then id the returning StringIdOrIndex has the index set, otherwise the stringId is set.
-