(method)
| 108720 | this._postrun = []; |
| 108721 | } |
| 108722 | function logMethod(method) { |
| 108723 | return function() { |
| 108724 | return this._log[method].apply(this, arguments); |
| 108725 | }; |
| 108726 | } |
| 108727 | Dataflow.prototype = { |
| 108728 | /** |
| 108729 | * The current timestamp of this dataflow. This value reflects the |