(child, parent)
| 111 | }; |
| 112 | |
| 113 | var __extends_ns = function (child, parent) { |
| 114 | if (!parent.extend) { |
| 115 | assignPropertiesFromParentToChild(parent, child); |
| 116 | } |
| 117 | |
| 118 | assignPrototypeFromParentToChild(parent, child); |
| 119 | }; |
| 120 | |
| 121 | var extendStaticFunctions = |
| 122 | Object.setPrototypeOf |
no test coverage detected