Lines Matching defs:const
26 static const size_t kMaxAsyncTaskStacks = 8 * 1024;
27 static const int kNoBreakpointId = 0;
132 bool V8Debugger::isPausedInContextGroup(int contextGroupId) const {
136 bool V8Debugger::enabled() const { return m_enableCount > 0; }
320 const String16& targetCallFrames) {
368 const std::vector<v8::debug::BreakpointId>& breakpointIds,
449 const size_t kDebugHeapSizeFactor = 4;
539 const std::vector<v8::debug::BreakpointId>& break_points_hit,
557 const v8::debug::Location& start,
558 const v8::debug::Location& end) {
591 const bool skip = agent->shouldBeSkipped(scriptId, line, column);
828 for (const auto& pair : m_maxAsyncCallStackDepthMap) {
872 for (auto const& pair : m_maxCallStackSizeToCaptureMap) {
882 int contextGroupId, const V8StackTraceId& id) {
890 const StringView& description) {
922 void V8Debugger::externalAsyncTaskStarted(const V8StackTraceId& parent) {
936 void V8Debugger::externalAsyncTaskFinished(const V8StackTraceId& parent) {
949 void V8Debugger::asyncTaskScheduled(const StringView& taskName, void* task,
970 void V8Debugger::asyncTaskScheduledForStack(const StringView& taskName,
1181 bool V8Debugger::hasScheduledBreakOnNextFunctionCall() const {