升级了1.43.8版本后,运行Javascript代码改为Jint库,原有的脚本还兼容吗?
升级后之前可以跑的脚本,然后报错了
异常:Script has allocated 614815640 but is limited to 4000000
在 Jint.Runtime.Interpreter.JintStatementList.HandleException(EvaluationContext context, Exception exception, JintStatement s) 在 Jint.Runtime.Interpreter.JintStatementList.Execute(EvaluationContext context) 在 Jint.Native.Function.ScriptFunction.Call(JsValue thisObject, JsValue[] arguments) 在 Jint.Engine.<>c__DisplayClass112_0.<Invoke>g__DoInvoke|0() 在 Jint.Engine.ExecuteWithConstraints[T](Boolean strict, Func`1 callback) 在 Quicker.Domain.Actions.X.BuiltinRunners.Other.RunJsScriptStep.<>c__DisplayClass42_0.FGtcwGM3wQb() 在 Quicker.Domain.Actions.X.XActionHelper.ExecuteCommonAction(ActionExecuteContext context, ActionStep step, XAction action, Func`1 actionFunc, Action successAction, Action failAction, StepInParamDef stopIfErrorParam, StepOutParamDef isSuccessOutputParam)
步骤(sys:jsscript)执行失败,原因:Script has allocated 614815640 but is limited to 4000000