Click or drag to resize

ScopeType Enumeration

Version 105.3.390
Scope type.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
Syntax
public enum ScopeType
Members
  Member nameValueDescription
Global0 global
Local1 local
With2 with
Closure3 closure
Catch4 catch
Block5 block
Script6 script
Eval7 eval
Module8 module
WasmExpressionStack9 wasm-expression-stack
See Also