(originalObject, methodName, theArguments, callAsConstructor)
| 181 | } |
| 182 | |
| 183 | __proxy(originalObject, methodName, theArguments, callAsConstructor) { |
| 184 | |
| 185 | return this.__performedCachedOperation(originalObject, originalObject[methodName], methodName, theArguments, callAsConstructor); |
| 186 | |
| 187 | } |
| 188 | } |
| 189 | |
| 190 | function hash(args) { |
no test coverage detected