(name)
| 11069 | var getterFnCacheExpensive = {}; |
| 11070 | |
| 11071 | function isPossiblyDangerousMemberName(name) { |
| 11072 | return name == 'constructor'; |
| 11073 | } |
| 11074 | |
| 11075 | /** |
| 11076 | * Implementation of the "Black Hole" variant from: |
no outgoing calls
no test coverage detected