(options)
| 27 | const factory = new AsyncSeriesWaterfallHookCodeFactory(); |
| 28 | |
| 29 | function COMPILE(options) { |
| 30 | factory.setup(this, options); |
| 31 | return factory.create(options); |
| 32 | } |
| 33 | |
| 34 | function AsyncSeriesWaterfallHook(args = [], name = undefined) { |
| 35 | if (args.length < 1) { |