| 276 | } |
| 277 | |
| 278 | bool isPrototypeIdentifier(const QString& identifier) |
| 279 | { |
| 280 | return (identifier == QLatin1String("prototype") || |
| 281 | identifier == QLatin1String("__proto__")); |
| 282 | } |
| 283 | |
| 284 | bool isQmlFile(const DUContext* context) |
| 285 | { |
no outgoing calls
no test coverage detected