(name)
| 3470 | } |
| 3471 | |
| 3472 | function getPropertyInfo(name) { |
| 3473 | return properties.hasOwnProperty(name) ? properties[name] : null; |
| 3474 | } |
| 3475 | |
| 3476 | function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) { |
| 3477 | this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN; |
no outgoing calls
no test coverage detected