Package org.mozilla.javascript
Class PolicySecurityController.SecureCaller
java.lang.Object
org.mozilla.javascript.PolicySecurityController.SecureCaller
- Enclosing class:
PolicySecurityController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Object
call
(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
-
Constructor Details
-
SecureCaller
public SecureCaller()
-
-
Method Details
-
call
public abstract Object call(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
-