(name)
| 994 | return false; |
| 995 | } |
| 996 | function getPropertyInfo(name) { |
| 997 | return properties.hasOwnProperty(name) ? properties[name] : null; |
| 998 | } |
| 999 | |
| 1000 | function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace, sanitizeURL) { |
| 1001 | this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN; |
no outgoing calls
no test coverage detected