Class CodeFunction

All Implemented Interfaces:
Value

public final class CodeFunction extends FunctionValue
  • Field Details

    • body

      public final me.topchetoeu.j2s.common.FunctionBody body
    • captures

      public final Value[][] captures
    • env

      public me.topchetoeu.j2s.common.Environment env
  • Constructor Details

    • CodeFunction

      public CodeFunction(me.topchetoeu.j2s.common.Environment env, String name, me.topchetoeu.j2s.common.FunctionBody body, Value[][] captures)
  • Method Details