(name)
| 4109 | } |
| 4110 | |
| 4111 | function getPropertyInfo(name) { |
| 4112 | return properties.hasOwnProperty(name) ? properties[name] : null; |
| 4113 | } |
| 4114 | |
| 4115 | function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) { |
| 4116 | this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN; |
no outgoing calls
no test coverage detected