JSInterpreter.fromCode constructor

JSInterpreter.fromCode(
  1. String code,
  2. Context programContext
)

Implementation

JSInterpreter.fromCode(String code, Context programContext)
    : this(code, parseCode(code), programContext);