Skip navigation links
A B C D E F G H I J K L M N O P R S T U V _ 

C

call(JSObject, Object...) - Method in class org.liquidplayer.javascript.JSFunction
Calls this JavaScript function, similar to 'Function.call()' in JavaScript
call() - Method in class org.liquidplayer.javascript.JSFunction
Calls this JavaScript function with no args and 'this' as null
callback(T, int, JSArray<T>) - Method in interface org.liquidplayer.javascript.JSArray.EachBooleanCallback
A function to test each element of an array for a condition
callback(T, int, JSArray<T>) - Method in interface org.liquidplayer.javascript.JSArray.ForEachCallback
A function to call on each element of the array
callback(T, int, JSArray<T>) - Method in interface org.liquidplayer.javascript.JSArray.MapCallback
A function to map an array value to a new JSValue
callback(JSValue, JSValue, int, JSArray<JSValue>) - Method in interface org.liquidplayer.javascript.JSArray.ReduceCallback
A function to reduce a mapped value into an accumulator
callback(T, T) - Method in interface org.liquidplayer.javascript.JSArray.SortCallback
A function for comparing values in a sort
clear() - Method in class org.liquidplayer.javascript.JSBaseArray
 
clear() - Method in class org.liquidplayer.javascript.JSObjectPropertiesMap
 
clearExceptionHandler() - Method in class org.liquidplayer.javascript.JSContext
Clears a previously set exception handler.
concat(Object...) - Method in class org.liquidplayer.javascript.JSArray
JavaScript Array.prototype.concat(), see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat
contains(Object) - Method in class org.liquidplayer.javascript.JSBaseArray
 
containsAll(Collection<?>) - Method in class org.liquidplayer.javascript.JSBaseArray
 
containsKey(Object) - Method in class org.liquidplayer.javascript.JSObjectPropertiesMap
 
containsValue(Object) - Method in class org.liquidplayer.javascript.JSObjectPropertiesMap
 
copyWithin(int, int, int) - Method in class org.liquidplayer.javascript.JSArray
JavaScript Array.prototype.copyWithin(), see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin
copyWithin(int, int) - Method in class org.liquidplayer.javascript.JSArray
JavaScript Array.prototype.copyWithin(), see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin
copyWithin(int) - Method in class org.liquidplayer.javascript.JSArray
JavaScript Array.prototype.copyWithin(), see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin
createSnapshot(String, File) - Static method in class org.liquidplayer.javascript.JSContextGroup
Creates a snapshot of JavaScript code that can be used by the JSContextGroup(File) constructor to speed up startup of new contexts.
ctxRef() - Method in class org.liquidplayer.javascript.JSContext
Gets the JavaScriptCore context reference
A B C D E F G H I J K L M N O P R S T U V _ 
Skip navigation links