Package com.whl.quickjs.wrapper
Class JSFunction
- java.lang.Object
-
- com.whl.quickjs.wrapper.JSObject
-
- com.whl.quickjs.wrapper.JSFunction
-
public class JSFunction extends JSObject
-
-
Constructor Summary
Constructors Constructor Description JSFunction(QuickJSContext context, long objPointer, long pointer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectcall(java.lang.Object... args)-
Methods inherited from class 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, hashCode, hold, isAlive, release, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, stringify, toString
-
-
-
-
Constructor Detail
-
JSFunction
public JSFunction(QuickJSContext context, long objPointer, long pointer)
-
-