-
global
→ const ScopeType
-
const ScopeType('global')
-
local
→ const ScopeType
-
const ScopeType('local')
-
with$
→ const ScopeType
-
const ScopeType('with')
-
closure
→ const ScopeType
-
const ScopeType('closure')
-
catch$
→ const ScopeType
-
const ScopeType('catch')
-
block
→ const ScopeType
-
const ScopeType('block')
-
script
→ const ScopeType
-
const ScopeType('script')
-
eval
→ const ScopeType
-
const ScopeType('eval')
-
module
→ const ScopeType
-
const ScopeType('module')
-
wasmExpressionStack
→ const ScopeType
-
const ScopeType('wasm-expression-stack')