(name)
| 4360 | } |
| 4361 | |
| 4362 | function getPropertyInfo(name) { |
| 4363 | return properties.hasOwnProperty(name) ? properties[name] : null; |
| 4364 | } |
| 4365 | |
| 4366 | function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) { |
| 4367 | this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN; |
no outgoing calls
no test coverage detected