(name)
| 4671 | return false; |
| 4672 | } |
| 4673 | function getPropertyInfo(name) { |
| 4674 | return properties.hasOwnProperty(name) ? properties[name] : null; |
| 4675 | } |
| 4676 | |
| 4677 | function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace, sanitizeURL) { |
| 4678 | this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN; |
no outgoing calls
no test coverage detected