C D E F G H I J L M P Q R S T 
所有类 所有程序包

C

call(Object...) - 接口 中的方法com.whl.quickjs.wrapper.JSCallFunction
 
call(Object...) - 类 中的方法com.whl.quickjs.wrapper.JSFunction
 
com.whl.quickjs.wrapper - 程序包 com.whl.quickjs.wrapper
 
compile(String) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
compile(String, String) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
convertModuleName(String, String) - 类 中的方法com.whl.quickjs.wrapper.JSModule.ModuleLoader
 
create() - 类 中的静态方法com.whl.quickjs.wrapper.QuickJSContext
 
createNewJSArray() - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
createNewJSObject() - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 

D

destroy() - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
dumpMemoryUsage(File) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 

E

equals(Object) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
evaluate(String) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
evaluate(String, String) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
evaluateModule(String) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
evaluateModule(String, String) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
execute(byte[]) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 

F

freeValue(JSObject) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 

G

get(int) - 类 中的方法com.whl.quickjs.wrapper.JSArray
 
get(JSArray, int) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
getBoolean(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getBooleanProperty(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
已过时。
getContext() - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getDouble(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getDoubleProperty(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
已过时。
getGlobalObject() - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
getInteger(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getIntProperty(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
已过时。
getJSArray(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getJSArrayProperty(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
已过时。
getJSFunction(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getJSFunctionProperty(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
已过时。
getJSObject(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getJSObjectProperty(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
已过时。
getModuleScript(String) - 类 中的方法com.whl.quickjs.wrapper.JSModule.ModuleLoader
 
getNames() - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getOwnPropertyNames() - 类 中的方法com.whl.quickjs.wrapper.JSObject
已过时。
getPointer() - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getProperty(JSObject, String) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
getProperty(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getString(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
getStringProperty(String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
已过时。

H

hold() - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
hold(JSObject) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
Automatically manage the release of objects, the hold method is equivalent to call the dupValue and freeDupValue methods with NativeCleaner.

I

isAlive() - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
isJSError() - 异常错误 中的方法com.whl.quickjs.wrapper.QuickJSException
 
isLiveObject(JSObject) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 

J

JSArray - com.whl.quickjs.wrapper中的类
 
JSArray(QuickJSContext, long) - 类 的构造器com.whl.quickjs.wrapper.JSArray
 
JSCallFunction - com.whl.quickjs.wrapper中的接口
 
JSFunction - com.whl.quickjs.wrapper中的类
 
JSFunction(QuickJSContext, long, long) - 类 的构造器com.whl.quickjs.wrapper.JSFunction
 
JSMethod - com.whl.quickjs.wrapper中的注释类型
 
JSModule - com.whl.quickjs.wrapper中的类
Created by Harlon Wang on 2021/10/12.
JSModule() - 类 的构造器com.whl.quickjs.wrapper.JSModule
 
JSModule.ModuleLoader - com.whl.quickjs.wrapper中的类
 
JSObject - com.whl.quickjs.wrapper中的类
 
JSObject(QuickJSContext, long) - 类 的构造器com.whl.quickjs.wrapper.JSObject
 

L

length() - 类 中的方法com.whl.quickjs.wrapper.JSArray
 
length(JSArray) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 

M

ModuleLoader() - 类 的构造器com.whl.quickjs.wrapper.JSModule.ModuleLoader
 

P

parseJSON(String) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 

Q

QuickJSContext - com.whl.quickjs.wrapper中的类
 
QuickJSException - com.whl.quickjs.wrapper中的异常错误
Created by Harlon Wang on 2022/2/8.
QuickJSException(String) - 异常错误 的构造器com.whl.quickjs.wrapper.QuickJSException
 
QuickJSException(String, boolean) - 异常错误 的构造器com.whl.quickjs.wrapper.QuickJSException
 

R

release() - 类 中的方法com.whl.quickjs.wrapper.JSObject
JSObject 确定不再使用后,调用该方法可主动释放对 JS 对象的引用。
runGC() - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 

S

set(JSArray, Object, int) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
set(Object, int) - 类 中的方法com.whl.quickjs.wrapper.JSArray
 
setMaxStackSize(int) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
setMemoryLimit(int) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
setModuleLoader(JSModule.ModuleLoader) - 类 中的静态方法com.whl.quickjs.wrapper.JSModule
 
setProperty(JSObject, String, Object) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
setProperty(String, boolean) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
setProperty(String, double) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
setProperty(String, int) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
setProperty(String, long) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
setProperty(String, JSCallFunction) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
setProperty(String, JSObject) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
setProperty(String, Class) - 类 中的方法com.whl.quickjs.wrapper.JSObject
Class 添加 JSMethod 的方法会被注入到 JSContext 中 注意:该方法暂不支持匿名内部类的注册,因为匿名内部类构造参数不是无参的,newInstance 时会报错
setProperty(String, String) - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
stringify() - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
stringify(JSObject) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 

T

throwJSException(String) - 类 中的方法com.whl.quickjs.wrapper.QuickJSContext
 
toString() - 类 中的方法com.whl.quickjs.wrapper.JSObject
 
C D E F G H I J L M P Q R S T 
所有类 所有程序包