(componentType)
| 12421 | entity.parseClassType = parseClassType$1; |
| 12422 | |
| 12423 | function makeContainer(componentType) { |
| 12424 | var container = storage[componentType.main]; |
| 12425 | if (!container || !container[IS_CONTAINER]) { |
| 12426 | container = storage[componentType.main] = {}; |
| 12427 | container[IS_CONTAINER] = true; |
| 12428 | } |
| 12429 | return container; |
| 12430 | } |
| 12431 | |
| 12432 | if (options.registerWhenExtend) { |
| 12433 | var originalExtend = entity.extend; |
no outgoing calls
no test coverage detected