(type, value6, params, parent)
| 147063 | } |
| 147064 | } |
| 147065 | function Entry(type, value6, params, parent) { |
| 147066 | this.id = -1; |
| 147067 | this.type = type; |
| 147068 | this.value = value6; |
| 147069 | this.params = params; |
| 147070 | if (parent) this.parent = parent; |
| 147071 | } |
| 147072 | function entry(type, value7, params, parent) { |
| 147073 | return new Entry(type, value7, params, parent); |
| 147074 | } |
nothing calls this directly
no outgoing calls
no test coverage detected