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.

All labels observed (2)

Label Occurrences
JavaScript execution context 1
global execution context canonical 1

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: global execution context
Generated description
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.

Instances (2)

Instance Via concept surface
WorkerGlobalScope
Worklet JavaScript execution context