(slot)
| 10482 | return this._is_module; |
| 10483 | } |
| 10484 | is_parameter(slot) { |
| 10485 | return this._attributes[slot].is_parameter === true; |
| 10486 | } |
| 10487 | is_buffer(slot) { |
| 10488 | return this._attributes[slot].is_buffer === true; |
| 10489 | } |
no outgoing calls
no test coverage detected