()
| 505 | mustCallChecks.push(context); |
| 506 | |
| 507 | const _return = function() { // eslint-disable-line func-style |
| 508 | context.actual++; |
| 509 | return fn.apply(this, arguments); |
| 510 | }; |
| 511 | // Function instances have own properties that may be relevant. |
| 512 | // Let's replicate those properties to the returned function. |
| 513 | // Refs: https://tc39.es/ecma262/#sec-function-instances |
nothing calls this directly
no test coverage detected
searching dependent graphs…