This commit is contained in:
kunfei
2023-03-21 12:48:50 +08:00
parent 3b8e500db0
commit a4d2f4a0f7

View File

@@ -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,