global execution context
C55570
concept
The global execution context is the default environment in which a JavaScript program starts running, providing the global object, global scope, and initial `this` binding for all top-level code.
Observed surface forms (1)
- JavaScript execution context ×1
Instances (2)
- WorkerGlobalScope
- Worklet via concept surface "JavaScript execution context"