(options)
| 19 | const factory = new AsyncSeriesLoopHookCodeFactory(); |
| 20 | |
| 21 | function COMPILE(options) { |
| 22 | factory.setup(this, options); |
| 23 | return factory.create(options); |
| 24 | } |
| 25 | |
| 26 | function AsyncSeriesLoopHook(args = [], name = undefined) { |
| 27 | const hook = new Hook(args, name); |