v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8_inspector::DebuggerAgentState Namespace Reference

Variables

static const char pauseOnExceptionsState [] = "pauseOnExceptionsState"
 
static const char asyncCallStackDepth [] = "asyncCallStackDepth"
 
static const char blackboxPattern [] = "blackboxPattern"
 
static const char skipAnonymousScripts [] = "skipAnonymousScripts"
 
static const char debuggerEnabled [] = "debuggerEnabled"
 
static const char breakpointsActiveWhenEnabled [] = "breakpointsActive"
 
static const char skipAllPauses [] = "skipAllPauses"
 
static const char breakpointsByRegex [] = "breakpointsByRegex"
 
static const char breakpointsByUrl [] = "breakpointsByUrl"
 
static const char breakpointsByScriptHash [] = "breakpointsByScriptHash"
 
static const char breakpointHints [] = "breakpointHints"
 
static const char breakpointHintText [] = "text"
 
static const char breakpointHintPrefixHash [] = "prefixHash"
 
static const char breakpointHintPrefixLength [] = "prefixLen"
 
static const char instrumentationBreakpoints [] = "instrumentationBreakpoints"
 
static const char maxScriptCacheSize [] = "maxScriptCacheSize"
 

Variable Documentation

◆ asyncCallStackDepth

const char v8_inspector::DebuggerAgentState::asyncCallStackDepth[] = "asyncCallStackDepth"
static

Definition at line 49 of file v8-debugger-agent-impl.cc.

◆ blackboxPattern

const char v8_inspector::DebuggerAgentState::blackboxPattern[] = "blackboxPattern"
static

Definition at line 50 of file v8-debugger-agent-impl.cc.

◆ breakpointHintPrefixHash

const char v8_inspector::DebuggerAgentState::breakpointHintPrefixHash[] = "prefixHash"
static

Definition at line 61 of file v8-debugger-agent-impl.cc.

◆ breakpointHintPrefixLength

const char v8_inspector::DebuggerAgentState::breakpointHintPrefixLength[] = "prefixLen"
static

Definition at line 62 of file v8-debugger-agent-impl.cc.

◆ breakpointHints

const char v8_inspector::DebuggerAgentState::breakpointHints[] = "breakpointHints"
static

Definition at line 59 of file v8-debugger-agent-impl.cc.

◆ breakpointHintText

const char v8_inspector::DebuggerAgentState::breakpointHintText[] = "text"
static

Definition at line 60 of file v8-debugger-agent-impl.cc.

◆ breakpointsActiveWhenEnabled

const char v8_inspector::DebuggerAgentState::breakpointsActiveWhenEnabled[] = "breakpointsActive"
static

Definition at line 53 of file v8-debugger-agent-impl.cc.

◆ breakpointsByRegex

const char v8_inspector::DebuggerAgentState::breakpointsByRegex[] = "breakpointsByRegex"
static

Definition at line 56 of file v8-debugger-agent-impl.cc.

◆ breakpointsByScriptHash

const char v8_inspector::DebuggerAgentState::breakpointsByScriptHash[] = "breakpointsByScriptHash"
static

Definition at line 58 of file v8-debugger-agent-impl.cc.

◆ breakpointsByUrl

const char v8_inspector::DebuggerAgentState::breakpointsByUrl[] = "breakpointsByUrl"
static

Definition at line 57 of file v8-debugger-agent-impl.cc.

◆ debuggerEnabled

const char v8_inspector::DebuggerAgentState::debuggerEnabled[] = "debuggerEnabled"
static

Definition at line 52 of file v8-debugger-agent-impl.cc.

◆ instrumentationBreakpoints

const char v8_inspector::DebuggerAgentState::instrumentationBreakpoints[] = "instrumentationBreakpoints"
static

Definition at line 63 of file v8-debugger-agent-impl.cc.

◆ maxScriptCacheSize

const char v8_inspector::DebuggerAgentState::maxScriptCacheSize[] = "maxScriptCacheSize"
static

Definition at line 64 of file v8-debugger-agent-impl.cc.

◆ pauseOnExceptionsState

const char v8_inspector::DebuggerAgentState::pauseOnExceptionsState[] = "pauseOnExceptionsState"
static

Definition at line 48 of file v8-debugger-agent-impl.cc.

◆ skipAllPauses

const char v8_inspector::DebuggerAgentState::skipAllPauses[] = "skipAllPauses"
static

Definition at line 54 of file v8-debugger-agent-impl.cc.

◆ skipAnonymousScripts

const char v8_inspector::DebuggerAgentState::skipAnonymousScripts[] = "skipAnonymousScripts"
static

Definition at line 51 of file v8-debugger-agent-impl.cc.