public Function_ctor(Context context) : base(context, null) { Function_prototype = new Function_prototype(context); Put("prototype", Function_prototype); }
protected Function_ctor(Context context) { Context = context; Function_prototype = new Function_prototype(context); Put("prototype", Function_prototype); }