(context, t)
| 126489 | parcelHelpers.export(exports, "stepBefore", ()=>stepBefore); |
| 126490 | parcelHelpers.export(exports, "stepAfter", ()=>stepAfter); |
| 126491 | function Step(context, t) { |
| 126492 | this._context = context; |
| 126493 | this._t = t; |
| 126494 | } |
| 126495 | Step.prototype = { |
| 126496 | areaStart: function() { |
| 126497 | this._line = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected