(options)
| 69 | const factory = new AsyncParallelBailHookCodeFactory(); |
| 70 | |
| 71 | function COMPILE(options) { |
| 72 | factory.setup(this, options); |
| 73 | return factory.create(options); |
| 74 | } |
| 75 | |
| 76 | function AsyncParallelBailHook(args = [], name = undefined) { |
| 77 | const hook = new Hook(args, name); |