Lines Matching defs:const
50 V8Debugger(const V8Debugger&) = delete;
51 V8Debugger& operator=(const V8Debugger&) = delete;
53 bool enabled() const;
54 v8::Isolate* isolate() const { return m_isolate; }
77 const String16& targetCallFramess);
88 bool isPaused() const { return m_pausedContextGroupId; }
89 bool isPausedInContextGroup(int contextGroupId) const;
94 int maxCallStackSizeToCapture() const { return m_maxCallStackSizeToCapture; }
111 void asyncTaskScheduled(const StringView& taskName, void* task,
118 V8StackTraceId storeCurrentStackTrace(const StringView& description);
119 void externalAsyncTaskStarted(const V8StackTraceId& parent);
120 void externalAsyncTaskFinished(const V8StackTraceId& parent);
134 const V8StackTraceId& id);
153 const std::vector<v8::debug::BreakpointId>& hitBreakpoints,
173 void asyncTaskScheduledForStack(const StringView& taskName, void* task,
191 const std::vector<v8::debug::BreakpointId>& break_points_hit,
200 const v8::debug::Location& start,
201 const v8::debug::Location& end) override;
208 bool hasScheduledBreakOnNextFunctionCall() const;
233 bool operator()(CachedStackFrameKey const& a,
234 CachedStackFrameKey const& b) const {
241 size_t operator()(CachedStackFrameKey const& key) const {