()
| 985 | // Node word |
| 986 | w = ''; |
| 987 | toJSON() { |
| 988 | return { |
| 989 | w: this.w, |
| 990 | s: this.s, |
| 991 | c: this.c, |
| 992 | d: this.d, |
| 993 | e: this.e |
| 994 | }; |
| 995 | } |
| 996 | } |
| 997 | function updateParent(node, parent) { |
| 998 | node.w = parent.w + node.s; |
no outgoing calls
no test coverage detected