Solve JavaScript constant constraints
js_solve_constraintsSimplify JavaScript code by folding constant binary expressions and pruning literal boolean branches, without executing the code.
Instructions
Fold safe literal binary expressions and prune literal boolean branches without executing supplied code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| maxIterations | No |