(target, thisArg, argumentsList)
| 26695 | /*typeArguments*/ undefined, argumentsList); |
| 26696 | } |
| 26697 | function createFunctionBindCall(target, thisArg, argumentsList) { |
| 26698 | return createMethodCall(target, "bind", __spreadArray([thisArg], argumentsList, true)); |
| 26699 | } |
| 26700 | function createFunctionCallCall(target, thisArg, argumentsList) { |
| 26701 | return createMethodCall(target, "call", __spreadArray([thisArg], argumentsList, true)); |
| 26702 | } |
nothing calls this directly
no test coverage detected