(name)
| 4144 | } |
| 4145 | |
| 4146 | function getPropertyInfo(name) { |
| 4147 | return properties.hasOwnProperty(name) ? properties[name] : null; |
| 4148 | } |
| 4149 | |
| 4150 | function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) { |
| 4151 | this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN; |
no outgoing calls
no test coverage detected