- ignoreCase() - Method in class org.liquidplayer.javascript.JSRegExp
-
Indicates if the "i" flag was used to ignore case
- includes(T, int) - Method in class org.liquidplayer.javascript.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.javascript.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.javascript.JSRegExp.ExecResult
-
Returns index of match
- indexOf(T, int) - Method in class org.liquidplayer.javascript.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.javascript.JSBaseArray
-
- input() - Method in class org.liquidplayer.javascript.JSRegExp.ExecResult
-
Returns the original string to be matched
- isActive() - Method in class org.liquidplayer.node.Process
-
Determines if the process is currently active.
- isArray(JSValue) - Static method in class org.liquidplayer.javascript.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.javascript.JSValue
-
Tests whether the value is an array
- isBoolean() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is boolean
- isConstructor() - Method in class org.liquidplayer.javascript.JSObject
-
Determines if the object is a constructor
- isDate() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is a date object
- isEmpty() - Method in class org.liquidplayer.javascript.JSBaseArray
-
- isEmpty() - Method in class org.liquidplayer.javascript.JSObjectPropertiesMap
-
- isEqual(Object) - Method in class org.liquidplayer.javascript.JSValue
-
JavaScript definition of equality (==).
- isFloat32Array() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an float32 typed array
- isFloat64Array() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an float64 typed array
- isFunction() - Method in class org.liquidplayer.javascript.JSObject
-
Determines if the object is a function
- isInstanceOfConstructor(JSObject) - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether a value in an instance of a constructor object
- isInt16Array() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an Int16 typed array
- isInt32Array() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an Int32 typed array
- isInt8Array() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an Int8 typed array
- isNull() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is null
- isNumber() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is a number
- isObject() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an object
- isStrictEqual(Object) - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether two values are strict equal.
- isString() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is a string
- isTypedArray() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is a typed array
- isUint16Array() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an unsigned Int16 typed array
- isUint32Array() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an unsigned Int32 typed array
- isUint8Array() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an unsigned Int8 typed array
- isUint8ClampedArray() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is an unsigned Int8 clamped typed array
- isUndefined() - Method in class org.liquidplayer.javascript.JSValue
-
Tests whether the value is undefined
- isView(JSValue) - Static method in class org.liquidplayer.javascript.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.javascript.JSBaseArray
-