(s)
| 74309 | } |
| 74310 | } |
| 74311 | function getDeclarationNodeFlagsFromSymbol(s) { |
| 74312 | return s.valueDeclaration ? ts.getCombinedNodeFlags(s.valueDeclaration) : 0; |
| 74313 | } |
| 74314 | /** |
| 74315 | * Return whether this symbol is a member of a prototype somewhere |
| 74316 | * Note that this is not tracked well within the compiler, so the answer may be incorrect. |
no outgoing calls
no test coverage detected
searching dependent graphs…