org.mozilla.javascript
public class NativeJavaTopPackage extends NativeJavaPackage implements Function, IdFunctionCall
See Also: NativeJavaArray NativeJavaObject NativeJavaClass
Method Summary | |
---|---|
Object | call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) |
Scriptable | construct(Context cx, Scriptable scope, Object[] args) |
Object | execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) |
static void | init(Context cx, Scriptable scope, boolean sealed) |