类 JSFunction
- java.lang.Object
-
- com.whl.quickjs.wrapper.JSObject
-
- com.whl.quickjs.wrapper.JSFunction
-
public class JSFunction extends JSObject
-
-
构造器概要
构造器 构造器 说明 JSFunction(QuickJSContext context, long objPointer, long pointer)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.Objectcall(java.lang.Object... args)-
从类继承的方法 com.whl.quickjs.wrapper.JSObject
equals, getBoolean, getBooleanProperty, getContext, getDouble, getDoubleProperty, getInteger, getIntProperty, getJSArray, getJSArrayProperty, getJSFunction, getJSFunctionProperty, getJSObject, getJSObjectProperty, getNames, getOwnPropertyNames, getPointer, getProperty, getString, getStringProperty, hold, isAlive, release, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, stringify, toString
-
-
-
-
构造器详细资料
-
JSFunction
public JSFunction(QuickJSContext context, long objPointer, long pointer)
-
-