(message)
| 1908 | |
| 1909 | var BindingError = undefined; |
| 1910 | function throwBindingError(message) { |
| 1911 | throw new BindingError(message); |
| 1912 | } |
| 1913 | /** @param {Object=} options */ |
| 1914 | function registerType(rawType, registeredInstance, options) { |
| 1915 | options = options || {}; |
no outgoing calls
no test coverage detected