(name)
| 4202 | } |
| 4203 | |
| 4204 | function getPropertyInfo(name) { |
| 4205 | return properties.hasOwnProperty(name) ? properties[name] : null; |
| 4206 | } |
| 4207 | |
| 4208 | function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) { |
| 4209 | this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN; |
no outgoing calls
no test coverage detected