()
| 96 | this.current_children = this.current_timing ? this.current_timing.children : this.timings; |
| 97 | } |
| 98 | render() { |
| 99 | const timings = Object.assign({ |
| 100 | total: now() - this.start_time |
| 101 | }, collapse_timings(this.timings)); |
| 102 | return { |
| 103 | timings |
| 104 | }; |
| 105 | } |
| 106 | }; |
| 107 | var reservedWords = { |
| 108 | 3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile", |
no test coverage detected