()
| 9432 | // getAnonymousIntrinsics uses a utility function to construct an arguments |
| 9433 | // object, since it cannot have one of its own and also be a const export. |
| 9434 | function makeArguments() { |
| 9435 | // eslint-disable-next-line prefer-rest-params |
| 9436 | return arguments; |
| 9437 | } |
| 9438 | |
| 9439 | /** |
| 9440 | * getAnonymousIntrinsics() |
no outgoing calls
no test coverage detected