(name)
| 3342 | } |
| 3343 | |
| 3344 | function getPropertyInfo(name) { |
| 3345 | return properties.hasOwnProperty(name) ? properties[name] : null; |
| 3346 | } |
| 3347 | |
| 3348 | function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) { |
| 3349 | this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN; |
no outgoing calls
no test coverage detected