mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -351,13 +351,7 @@ class RhinoScriptEngine : AbstractScriptEngine(), Invocable, Compilable {
|
||||
}
|
||||
return if (accCtxt != null) AccessController.doPrivileged(
|
||||
PrivilegedAction {
|
||||
superDoTopCall(
|
||||
callable,
|
||||
cx,
|
||||
scope,
|
||||
thisObj,
|
||||
args
|
||||
)
|
||||
superDoTopCall(callable, cx, scope, thisObj, args)
|
||||
} as PrivilegedAction<*>, accCtxt) else superDoTopCall(
|
||||
callable,
|
||||
cx,
|
||||
|
||||
Reference in New Issue
Block a user