(slot)
| 10584 | return this._attributes[slot].type; |
| 10585 | } |
| 10586 | getAttributeName(slot) { |
| 10587 | return this._attributes[slot].name; |
| 10588 | } |
| 10589 | addConstant(name, value) { |
| 10590 | this._constants.set(name, value); |
| 10591 | } |
no outgoing calls
no test coverage detected