mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -41,7 +41,11 @@ class JsTest {
|
||||
fun testFor() {
|
||||
val context = SCRIPT_ENGINE.getScriptContext(SimpleBindings())
|
||||
val scope = SCRIPT_ENGINE.getRuntimeScope(context)
|
||||
Context.enter().evaluateString(scope, printJs, "print", 1, null)
|
||||
try {
|
||||
Context.enter().evaluateString(scope, printJs, "print", 1, null)
|
||||
} finally {
|
||||
Context.exit()
|
||||
}
|
||||
@Language("js")
|
||||
val jsFor = """
|
||||
let result = 0
|
||||
|
||||
Reference in New Issue
Block a user