ActionAfterInstrumentation enum name | v8::debug::DebugDelegate | |
addInternalObject(v8::Local< v8::Context > context, v8::Local< v8::Object > object, V8InternalValueType type) | v8_inspector::V8Debugger | private |
allAsyncTasksCanceled() | v8_inspector::V8Debugger | |
AsyncEventOccurred(v8::debug::DebugAsyncActionType type, int id, bool isBlackboxed) override | v8_inspector::V8Debugger | privatevirtual |
asyncParentFor(int stackTraceId, std::shared_ptr< AsyncStackTrace > *asyncParent, V8StackTraceId *externalParent) const | v8_inspector::V8Debugger | |
asyncStackTraceCaptured(int id) | v8_inspector::V8Debugger | private |
asyncTaskCanceled(void *task) | v8_inspector::V8Debugger | |
asyncTaskCanceledForStack(void *task) | v8_inspector::V8Debugger | private |
asyncTaskCanceledForStepping(void *task) | v8_inspector::V8Debugger | private |
asyncTaskCandidateForStepping(void *task) | v8_inspector::V8Debugger | private |
asyncTaskFinished(void *task) | v8_inspector::V8Debugger | |
asyncTaskFinishedForStack(void *task) | v8_inspector::V8Debugger | private |
asyncTaskFinishedForStepping(void *task) | v8_inspector::V8Debugger | private |
asyncTaskScheduled(const StringView &taskName, void *task, bool recurring) | v8_inspector::V8Debugger | |
asyncTaskScheduledForStack(const StringView &taskName, void *task, bool recurring, bool skipTopFrame=false) | v8_inspector::V8Debugger | private |
asyncTaskStarted(void *task) | v8_inspector::V8Debugger | |
asyncTaskStartedForStack(void *task) | v8_inspector::V8Debugger | private |
asyncTaskStartedForStepping(void *task) | v8_inspector::V8Debugger | private |
AsyncTaskToStackTrace typedef | v8_inspector::V8Debugger | private |
BreakOnInstrumentation(v8::Local< v8::Context > paused_context, v8::debug::BreakpointId) override | v8_inspector::V8Debugger | privatevirtual |
BreakpointConditionEvaluated(v8::Local< v8::Context > context, v8::debug::BreakpointId breakpoint_id, bool exception_thrown, v8::Local< v8::Value > exception) override | v8_inspector::V8Debugger | privatevirtual |
breakProgram(int targetContextGroupId) | v8_inspector::V8Debugger | |
breakProgramOnAssert(int targetContextGroupId) | v8_inspector::V8Debugger | |
BreakProgramRequested(v8::Local< v8::Context > paused_context, const std::vector< v8::debug::BreakpointId > &break_points_hit, v8::debug::BreakReasons break_reasons) override | v8_inspector::V8Debugger | private |
v8::debug::DebugDelegate::BreakProgramRequested(v8::Local< v8::Context > paused_context, const std::vector< debug::BreakpointId > &inspector_break_points_hit, base::EnumSet< BreakReason > break_reasons={}) | v8::debug::DebugDelegate | inlinevirtual |
canBreakProgram() | v8_inspector::V8Debugger | |
captureStackTrace(bool fullStack) | v8_inspector::V8Debugger | |
clearContinueToLocation() | v8_inspector::V8Debugger | private |
collectionsEntries(v8::Local< v8::Context > context, v8::Local< v8::Value > value) | v8_inspector::V8Debugger | private |
collectOldAsyncStacksIfNeeded() | v8_inspector::V8Debugger | private |
continueProgram(int targetContextGroupId, bool terminateOnResume=false) | v8_inspector::V8Debugger | |
continueToLocation(int targetContextGroupId, V8DebuggerScript *script, std::unique_ptr< protocol::Debugger::Location >, const String16 &targetCallFramess) | v8_inspector::V8Debugger | |
createStackTrace(v8::Local< v8::StackTrace >) | v8_inspector::V8Debugger | |
currentAsyncParent() | v8_inspector::V8Debugger | |
currentContextGroupId() | v8_inspector::V8Debugger | private |
currentExternalParent() | v8_inspector::V8Debugger | |
debuggerIdFor(int contextGroupId) | v8_inspector::V8Debugger | |
disable() | v8_inspector::V8Debugger | |
dumpAsyncTaskStacksStateForTest() | v8_inspector::V8Debugger | |
enable() | v8_inspector::V8Debugger | |
enabled() const | v8_inspector::V8Debugger | |
ExceptionThrown(v8::Local< v8::Context > paused_context, v8::Local< v8::Value > exception, v8::Local< v8::Value > promise, bool is_uncaught, v8::debug::ExceptionType exception_type) override | v8_inspector::V8Debugger | privatevirtual |
externalAsyncTaskFinished(const V8StackTraceId &parent) | v8_inspector::V8Debugger | |
externalAsyncTaskStarted(const V8StackTraceId &parent) | v8_inspector::V8Debugger | |
FUNCTION enum value | v8_inspector::V8Debugger | private |
functionScopes(v8::Local< v8::Context >, v8::Local< v8::Function >) | v8_inspector::V8Debugger | private |
GENERATOR enum value | v8_inspector::V8Debugger | private |
generatorScopes(v8::Local< v8::Context >, v8::Local< v8::Value >) | v8_inspector::V8Debugger | private |
getCompiledScripts(int contextGroupId, V8DebuggerAgentImpl *agent) | v8_inspector::V8Debugger | |
getPauseOnExceptionsState() | v8_inspector::V8Debugger | |
getTargetScopes(v8::Local< v8::Context >, v8::Local< v8::Value >, ScopeTargetKind) | v8_inspector::V8Debugger | private |
handleProgramBreak(v8::Local< v8::Context > pausedContext, v8::Local< v8::Value > exception, const std::vector< v8::debug::BreakpointId > &hitBreakpoints, v8::debug::BreakReasons break_reasons, v8::debug::ExceptionType exception_type=v8::debug::kException, bool isUncaught=false) | v8_inspector::V8Debugger | private |
hasScheduledBreakOnNextFunctionCall() const | v8_inspector::V8Debugger | private |
inspector() | v8_inspector::V8Debugger | inline |
installTerminateExecutionCallbacks(v8::Local< v8::Context > context) | v8_inspector::V8Debugger | private |
internalProperties(v8::Local< v8::Context >, v8::Local< v8::Value >) | v8_inspector::V8Debugger | |
interruptAndBreak(int targetContextGroupId) | v8_inspector::V8Debugger | |
IsFunctionBlackboxed(v8::Local< v8::debug::Script > script, const v8::debug::Location &start, const v8::debug::Location &end) override | v8_inspector::V8Debugger | privatevirtual |
isInInstrumentationPause() const | v8_inspector::V8Debugger | |
isolate() const | v8_inspector::V8Debugger | inline |
isPaused() const | v8_inspector::V8Debugger | inline |
isPausedInContextGroup(int contextGroupId) const | v8_inspector::V8Debugger | |
m_allAsyncStacks | v8_inspector::V8Debugger | private |
m_asyncParents | v8_inspector::V8Debugger | private |
m_asyncTaskStacks | v8_inspector::V8Debugger | private |
m_breakpointsActiveCount | v8_inspector::V8Debugger | private |
m_cachedStackFrames | v8_inspector::V8Debugger | private |
m_contextGroupIdToDebuggerId | v8_inspector::V8Debugger | private |
m_continueToLocationBreakpointId | v8_inspector::V8Debugger | private |
m_continueToLocationStack | v8_inspector::V8Debugger | private |
m_continueToLocationTargetCallFrames | v8_inspector::V8Debugger | private |
m_currentAsyncParent | v8_inspector::V8Debugger | private |
m_currentExternalParent | v8_inspector::V8Debugger | private |
m_currentTasks | v8_inspector::V8Debugger | private |
m_enableCount | v8_inspector::V8Debugger | private |
m_externalAsyncTaskPauseRequested | v8_inspector::V8Debugger | private |
m_externalParents | v8_inspector::V8Debugger | private |
m_ignoreScriptParsedEventsCounter | v8_inspector::V8Debugger | private |
m_inspector | v8_inspector::V8Debugger | private |
m_instrumentationPause | v8_inspector::V8Debugger | private |
m_isolate | v8_inspector::V8Debugger | private |
m_lastStackTraceId | v8_inspector::V8Debugger | private |
m_maxAsyncCallStackDepth | v8_inspector::V8Debugger | private |
m_maxAsyncCallStackDepthMap | v8_inspector::V8Debugger | private |
m_maxAsyncCallStacks | v8_inspector::V8Debugger | private |
m_maxCallStackSizeToCapture | v8_inspector::V8Debugger | private |
m_maxCallStackSizeToCaptureMap | v8_inspector::V8Debugger | private |
m_originalHeapLimit | v8_inspector::V8Debugger | private |
m_pausedContextGroupId | v8_inspector::V8Debugger | private |
m_pauseOnAsyncCall | v8_inspector::V8Debugger | private |
m_pauseOnExceptionsState | v8_inspector::V8Debugger | private |
m_pauseOnNextCallRequested | v8_inspector::V8Debugger | private |
m_recurringTasks | v8_inspector::V8Debugger | private |
m_requestedPauseAfterInstrumentation | v8_inspector::V8Debugger | private |
m_scheduledOOMBreak | v8_inspector::V8Debugger | private |
m_storedStackTraces | v8_inspector::V8Debugger | private |
m_targetContextGroupId | v8_inspector::V8Debugger | private |
m_taskWithScheduledBreak | v8_inspector::V8Debugger | private |
m_taskWithScheduledBreakPauseRequested | v8_inspector::V8Debugger | private |
m_terminateExecutionCallback | v8_inspector::V8Debugger | private |
m_terminateExecutionCallbackContext | v8_inspector::V8Debugger | private |
m_terminateExecutionReported | v8_inspector::V8Debugger | private |
maxAsyncCallChainDepth() | v8_inspector::V8Debugger | inline |
maxCallStackSizeToCapture() const | v8_inspector::V8Debugger | inline |
muteScriptParsedEvents() | v8_inspector::V8Debugger | |
nearHeapLimitCallback(void *data, size_t current_heap_limit, size_t initial_heap_limit) | v8_inspector::V8Debugger | privatestatic |
operator=(const V8Debugger &)=delete | v8_inspector::V8Debugger | |
privateMethods(v8::Local< v8::Context > context, v8::Local< v8::Value > value) | v8_inspector::V8Debugger | private |
queryObjects(v8::Local< v8::Context > context, v8::Local< v8::Object > prototype) | v8_inspector::V8Debugger | |
quitMessageLoopIfAgentsFinishedInstrumentation() | v8_inspector::V8Debugger | private |
removeBreakpoint(v8::debug::BreakpointId id) | v8_inspector::V8Debugger | |
reportTermination() | v8_inspector::V8Debugger | |
requestPauseAfterInstrumentation() | v8_inspector::V8Debugger | |
restartFrame(int targetContextGroupId, int callFrameOrdinal) | v8_inspector::V8Debugger | |
ScopeTargetKind enum name | v8_inspector::V8Debugger | private |
ScriptCompiled(v8::Local< v8::debug::Script > script, bool is_live_edited, bool has_compile_error) override | v8_inspector::V8Debugger | privatevirtual |
setAsyncCallStackDepth(V8DebuggerAgentImpl *, int) | v8_inspector::V8Debugger | |
setBreakpointsActive(bool) | v8_inspector::V8Debugger | |
setMaxAsyncTaskStacksForTest(int limit) | v8_inspector::V8Debugger | |
setMaxCallStackSizeToCapture(V8RuntimeAgentImpl *, int) | v8_inspector::V8Debugger | |
setPauseOnExceptionsState(v8::debug::ExceptionBreakState) | v8_inspector::V8Debugger | |
setPauseOnNextCall(bool, int targetContextGroupId) | v8_inspector::V8Debugger | |
ShouldBeSkipped(v8::Local< v8::debug::Script > script, int line, int column) override | v8_inspector::V8Debugger | privatevirtual |
shouldContinueToCurrentLocation() | v8_inspector::V8Debugger | private |
stackTraceFor(int contextGroupId, const V8StackTraceId &id) | v8_inspector::V8Debugger | |
StackTraceToAsyncParent typedef | v8_inspector::V8Debugger | private |
StackTraceToExternalParent typedef | v8_inspector::V8Debugger | private |
stepIntoStatement(int targetContextGroupId, bool breakOnAsyncCall) | v8_inspector::V8Debugger | |
stepOutOfFunction(int targetContextGroupId) | v8_inspector::V8Debugger | |
stepOverStatement(int targetContextGroupId) | v8_inspector::V8Debugger | |
storeCurrentStackTrace(const StringView &description) | v8_inspector::V8Debugger | |
StoredStackTraces typedef | v8_inspector::V8Debugger | private |
storeStackTrace(std::shared_ptr< AsyncStackTrace > stack) | v8_inspector::V8Debugger | |
symbolize(v8::Local< v8::StackFrame > v8Frame) | v8_inspector::V8Debugger | |
terminateExecution(v8::Local< v8::Context > context, std::unique_ptr< TerminateExecutionCallback > callback) | v8_inspector::V8Debugger | |
terminateExecutionCompletedCallback(v8::Isolate *isolate) | v8_inspector::V8Debugger | privatestatic |
terminateExecutionCompletedCallbackIgnoringData(v8::Isolate *isolate, void *) | v8_inspector::V8Debugger | privatestatic |
unmuteScriptParsedEvents() | v8_inspector::V8Debugger | |
V8Debugger(v8::Isolate *, V8InspectorImpl *) | v8_inspector::V8Debugger | |
V8Debugger(const V8Debugger &)=delete | v8_inspector::V8Debugger | |
~AsyncEventDelegate()=default | v8::debug::AsyncEventDelegate | virtual |
~DebugDelegate()=default | v8::debug::DebugDelegate | virtual |
~V8Debugger() override | v8_inspector::V8Debugger | |