| 288 | } |
| 289 | |
| 290 | void registerDUChainItems() |
| 291 | { |
| 292 | duchainRegisterType<QmlJSTopDUContext>(); |
| 293 | duchainRegisterType<QmlJSNormalDUContext>(); |
| 294 | duchainRegisterType<FunctionDeclaration>(); |
| 295 | |
| 296 | TypeSystem::self().registerTypeClass<FunctionType>(); |
| 297 | } |
| 298 | |
| 299 | void unregisterDUChainItems() |
| 300 | { |
no outgoing calls