(options)
| 24 | const factory = new AsyncSeriesBailHookCodeFactory(); |
| 25 | |
| 26 | function COMPILE(options) { |
| 27 | factory.setup(this, options); |
| 28 | return factory.create(options); |
| 29 | } |
| 30 | |
| 31 | function AsyncSeriesBailHook(args = [], name = undefined) { |
| 32 | const hook = new Hook(args, name); |