(name)
| 4247 | } |
| 4248 | |
| 4249 | function getPropertyInfo(name) { |
| 4250 | return properties.hasOwnProperty(name) ? properties[name] : null; |
| 4251 | } |
| 4252 | |
| 4253 | function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) { |
| 4254 | this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN; |
no outgoing calls
no test coverage detected