Class FunctionValue

java.lang.Object
me.topchetoeu.j2s.runtime.values.objects.ObjectValue
me.topchetoeu.j2s.runtime.values.functions.FunctionValue
All Implemented Interfaces:
Value
Direct Known Subclasses:
CodeFunction, NativeFunction

public abstract class FunctionValue extends ObjectValue
  • Field Details

    • name

      public String name
    • length

      public int length
    • prototype

      public Value prototype
    • enableApply

      public boolean enableApply
    • enableConstruct

      public boolean enableConstruct
  • Constructor Details

    • FunctionValue

      public FunctionValue(String name, int length)
  • Method Details