Skip navigation links
A C E F G Q S 

A

app.cash.quickjs - package app.cash.quickjs
 

C

close() - Method in class app.cash.quickjs.QuickJs
Release the native resources associated with this object.
compile(String, String) - Method in class app.cash.quickjs.QuickJs
Compile sourceCode and return the bytecode.
create() - Static method in class app.cash.quickjs.QuickJs
Create a new interpreter instance.

E

evaluate(String, String) - Method in class app.cash.quickjs.QuickJs
Evaluate script and return any result.
evaluate(String) - Method in class app.cash.quickjs.QuickJs
Evaluate script and return a result.
execute(byte[]) - Method in class app.cash.quickjs.QuickJs
Load and execute bytecode and return the result.

F

finalize() - Method in class app.cash.quickjs.QuickJs
 

G

get(String, Class<T>) - Method in class app.cash.quickjs.QuickJs
Attaches to a global JavaScript object called name that implements type.

Q

QuickJs - Class in app.cash.quickjs
An EMCAScript (Javascript) interpreter backed by the 'QuickJS' native engine.
QuickJsException - Exception in app.cash.quickjs
 
QuickJsException(String) - Constructor for exception app.cash.quickjs.QuickJsException
 
QuickJsException(String, String) - Constructor for exception app.cash.quickjs.QuickJsException
 

S

set(String, Class<T>, T) - Method in class app.cash.quickjs.QuickJs
Provides object to JavaScript as a global object called name.
A C E F G Q S 
Skip navigation links