org.mozilla.javascript

Class PolicySecurityController.SecureCaller

Enclosing Class:
PolicySecurityController

public static abstract class PolicySecurityController.SecureCaller
extends java.lang.Object

Method Summary

abstract Object
call(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)

Method Details

call

public abstract Object call(Callable callable,
                            Context cx,
                            Scriptable scope,
                            Scriptable thisObj,
                            Object[] args)