Searched refs:CallerIdWrapper (Results 1 – 1 of 1) sorted by relevance
58 class CallerIdWrapper : public v8::Debug::ClientData { class59 WTF_MAKE_NONCOPYABLE(CallerIdWrapper);61 CallerIdWrapper() : m_callerIsMananager(true), m_callerId(0) { } in CallerIdWrapper() function in WebKit::__anonf3bab98b0111::CallerIdWrapper62 explicit CallerIdWrapper(int callerId) in CallerIdWrapper() function in WebKit::__anonf3bab98b0111::CallerIdWrapper65 ~CallerIdWrapper() { } in ~CallerIdWrapper()161 sendCommandToV8(clearBreakpointGroupCmd, new CallerIdWrapper()); in debugDetach()180 CallerIdWrapper* wrapper = static_cast<CallerIdWrapper*>(callerData); in onV8DebugMessage()239 sendCommandToV8(command, new CallerIdWrapper(callerId)); in executeDebuggerCommand()283 sendCommandToV8(continueCmd, new CallerIdWrapper()); in sendContinueCommandToV8()