(markdef, group6, index)
| 123173 | return sceneToJSON(this.root, indent || 0); |
| 123174 | }, |
| 123175 | mark (markdef, group6, index) { |
| 123176 | group6 = group6 || this.root.items[0]; |
| 123177 | const mark = createMark(markdef, group6); |
| 123178 | group6.items[index] = mark; |
| 123179 | if (mark.zindex) mark.group.zdirty = true; |
| 123180 | return mark; |
| 123181 | } |
| 123182 | }; |
| 123183 | function createMark(def2, group7) { |
| 123184 | const mark = { |
nothing calls this directly
no test coverage detected