Exemplo n.º 1
0
        public IESObject GetValue(ESContext context)
        {
            var func = new ESFunction(context, this);

            context.UpdateValue(_name, func);
            return(func);
        }
Exemplo n.º 2
0
        public IESObject GetValue(ESDomain domain)
        {
            var func = new ESFunction(domain, this);

            domain.AddValue(_name, func);
            return(func);
        }