( expr: Expression )
| 642 | { canonical: false } |
| 643 | ); |
| 644 | block = ce.function('Block', statements); |
| 645 | } |
| 646 | // Read the bindings the body's bare-parameter references auto-declared |
| 647 | // (and shared) while the frame is still on the stack — the parameter |
| 648 | // declarations below adopt them. |
| 649 | shadowedDefs = ce._currentShadowedParameterDefs(); |
| 650 | } finally { |
| 651 | provisionalHeads = endProvisionalCapture(); |
| 652 | ce._popShadowedParameters(); |
| 653 | } |
| 654 |
nothing calls this directly
no test coverage detected