(wrap, element)
| 253 | callback(_, xworker); |
| 254 | }, |
| 255 | onBeforeRun(wrap, element) { |
| 256 | currentElement = element; |
| 257 | bootstrapNodeAndPlugins(main, wrap, element, "onBeforeRun"); |
| 258 | }, |
| 259 | onBeforeRunAsync(wrap, element) { |
| 260 | currentElement = element; |
| 261 | return bootstrapNodeAndPlugins( |
nothing calls this directly
no test coverage detected