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