* Copy all of a stack frame into its _copy Uint8Array * @returns How much data we copied (for debugging only)
()
| 197 | * @returns How much data we copied (for debugging only) |
| 198 | */ |
| 199 | _save() { |
| 200 | return this._save_up_to(this.stop); |
| 201 | } |
| 202 | } |
no test coverage detected