(binding)
| 51 | } |
| 52 | |
| 53 | function canConstructRefFromExistingRef (binding) { |
| 54 | const testFunc = () => 240; |
| 55 | assert(binding.ConstructWithMove(testFunc) === 240); |
| 56 | } |
| 57 | |
| 58 | function canCallFunctionWithDifferentOverloads (binding) { |
| 59 | let outsideRef = {}; |