for ( var i = 0; i < argsFn.length; i++) {
            args.push(argsFn[i](self, locals));
          }