Expand description
Closure type definition (implementations in shape-runtime)
This module contains only the DATA STRUCTURE for Closure. All method implementations live in shape-runtime to avoid circular dependencies.
Structsยง
- Captured
Binding - A captured variable binding
- Captured
Environment - Captured environment for a closure
- Closure
- A closure captures a function definition along with its environment