- ignoreCase() - Method in class org.liquidplayer.webkit.javascriptcore.JSRegExp
-
Indicates if the "i" flag was used to ignore case
- includes(T, int) - Method in class org.liquidplayer.webkit.javascriptcore.JSArray
-
JavaScript Array.prototype.includes(), see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
- includes(T) - Method in class org.liquidplayer.webkit.javascriptcore.JSArray
-
JavaScript Array.prototype.includes(), see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
- index() - Method in class org.liquidplayer.webkit.javascriptcore.JSRegExp.ExecResult
-
Returns index of match
- indexOf(T, int) - Method in class org.liquidplayer.webkit.javascriptcore.JSArray
-
JavaScript Array.prototype.indexOf(), see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf
- indexOf(Object) - Method in class org.liquidplayer.webkit.javascriptcore.JSBaseArray
-
- input() - Method in class org.liquidplayer.webkit.javascriptcore.JSRegExp.ExecResult
-
Returns the original string to be matched
- isArray(JSValue) - Static method in class org.liquidplayer.webkit.javascriptcore.JSArray
-
JavaScript Array.isArray(), see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray
- isArray() - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether the value is an array
- isBoolean() - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether the value is boolean
- isConstructor() - Method in class org.liquidplayer.webkit.javascriptcore.JSObject
-
Determines if the object is a constructor
- isDate() - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether the value is a date object
- isEmpty() - Method in class org.liquidplayer.webkit.javascriptcore.JSBaseArray
-
- isEmpty() - Method in class org.liquidplayer.webkit.javascriptcore.JSObjectPropertiesMap
-
- isEqual(Object) - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
JavaScript definition of equality (==).
- isFunction() - Method in class org.liquidplayer.webkit.javascriptcore.JSObject
-
Determines if the object is a function
- isInstanceOfConstructor(JSObject) - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether a value in an instance of a constructor object
- isNull() - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether the value is null
- isNumber() - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether the value is a number
- isObject() - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether the value is an object
- isStrictEqual(Object) - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether two values are strict equal.
- isString() - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether the value is a string
- isTypedArray(JSValue) - Static method in class org.liquidplayer.webkit.javascriptcore.JSTypedArray
-
Determineds if a JSValue is a typed array
- isUndefined() - Method in class org.liquidplayer.webkit.javascriptcore.JSValue
-
Tests whether the value is undefined
- isView(JSValue) - Static method in class org.liquidplayer.webkit.javascriptcore.JSArrayBuffer
-
JavaScript: ArrayBuffer.isView(), see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView
- iterator() - Method in class org.liquidplayer.webkit.javascriptcore.JSBaseArray
-