public MtFunctionObject(AstNode body, MtArgListForDecl arguments, ScriptThread thread) { _body = body; _args = arguments; _thread = thread; }
public MtFunctionObject(AstNode body, MtArgListForDecl arguments) : this(body, arguments, null) { }