Searched refs:JavaScriptDebugServer (Results 1 – 16 of 16) sorted by relevance
/external/webkit/WebCore/inspector/ |
D | JavaScriptDebugServer.cpp | 58 typedef JavaScriptDebugServer::ListenerSet ListenerSet; 60 inline const UString& JavaScriptDebugServer::BreakpointInfo::condition() const in condition() 65 void JavaScriptDebugServer::BreakpointInfo::setCondition(const UString& condition) in setCondition() 70 JavaScriptDebugServer& JavaScriptDebugServer::shared() in shared() 72 DEFINE_STATIC_LOCAL(JavaScriptDebugServer, server, ()); in shared() 76 JavaScriptDebugServer::JavaScriptDebugServer() in JavaScriptDebugServer() function in WebCore::JavaScriptDebugServer 83 , m_recompileTimer(this, &JavaScriptDebugServer::recompileAllJSFunctions) in JavaScriptDebugServer() 87 JavaScriptDebugServer::~JavaScriptDebugServer() in ~JavaScriptDebugServer() 93 void JavaScriptDebugServer::addListener(JavaScriptDebugListener* listener) in addListener() 102 void JavaScriptDebugServer::removeListener(JavaScriptDebugListener* listener) in removeListener() [all …]
|
D | InspectorBackend.cpp | 174 JavaScriptDebugServer::shared().addBreakpoint(sourceIDValue, lineNumber, condition); in addBreakpoint() 180 JavaScriptDebugServer::shared().updateBreakpoint(sourceIDValue, lineNumber, condition); in updateBreakpoint() 186 JavaScriptDebugServer::shared().removeBreakpoint(sourceIDValue, lineNumber); in removeBreakpoint() 191 JavaScriptDebugServer::shared().pauseProgram(); in pauseInDebugger() 202 JavaScriptDebugServer::shared().stepOverStatement(); in stepOverStatementInDebugger() 207 JavaScriptDebugServer::shared().stepIntoStatement(); in stepIntoStatementInDebugger() 212 JavaScriptDebugServer::shared().stepOutOfFunction(); in stepOutOfFunctionInDebugger() 217 return JavaScriptDebugServer::shared().pauseOnExceptionsState(); in pauseOnExceptionsState() 222 …JavaScriptDebugServer::shared().setPauseOnExceptionsState(static_cast<JavaScriptDebugServer::Pause… in setPauseOnExceptionsState() 227 return JavaScriptDebugServer::shared().currentCallFrame(); in currentCallFrame()
|
D | JavaScriptDebugServer.h | 55 class JavaScriptDebugServer : JSC::Debugger, public Noncopyable { 57 static JavaScriptDebugServer& shared(); 86 void recompileAllJSFunctions(Timer<JavaScriptDebugServer>* = 0); 105 JavaScriptDebugServer(); 106 ~JavaScriptDebugServer(); 151 Timer<JavaScriptDebugServer> m_recompileTimer;
|
D | InjectedScriptHost.cpp | 136 return JavaScriptDebugServer::shared().currentCallFrame(); in currentCallFrame()
|
D | InspectorController.cpp | 1522 JavaScriptDebugServer::shared().addListener(this, m_inspectedPage); in enableDebuggerFromFrontend() 1523 JavaScriptDebugServer::shared().clearBreakpoints(); in enableDebuggerFromFrontend() 1555 JavaScriptDebugServer::shared().removeListener(this, m_inspectedPage); in disableDebugger() 1568 JavaScriptDebugServer::shared().continueProgram(); in resumeDebugger()
|
/external/webkit/WebCore/bindings/js/ |
D | ScriptDebugServer.cpp | 39 JavaScriptDebugServer::shared().recompileAllJSFunctions(); in recompileAllJSFunctions() 44 JavaScriptDebugServer::shared().recompileAllJSFunctionsSoon(); in recompileAllJSFunctionsSoon()
|
/external/webkit/WebCore/page/ |
D | Page.cpp | 195 JavaScriptDebugServer::shared().pageCreated(this); in Page()
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 11955 * page/JavaScriptDebugServer.cpp: 11956 (WebCore::JavaScriptDebugServer::setJavaScriptPaused): 12663 * page/JavaScriptDebugServer.cpp: 15265 * page/JavaScriptDebugServer.cpp: 15266 (WebCore::JavaScriptDebugServer::didReachBreakpoint): 15267 * page/JavaScriptDebugServer.h: 17939 * page/JavaScriptDebugServer.cpp: 17940 (WebCore::JavaScriptDebugServer::sourceParsed): 18091 * page/JavaScriptDebugServer.cpp: Separated "m_paused" from 18103 (WebCore::JavaScriptDebugServer::pauseIfNeeded): Changed pause tracking [all …]
|
D | ChangeLog-2009-06-16 | 9612 * inspector/JavaScriptDebugServer.cpp: Ditto. 9613 * inspector/JavaScriptDebugServer.h: Ditto. 10414 * inspector/JavaScriptDebugServer.cpp: 10415 (WebCore::JavaScriptDebugServer::recompileAllJSFunctions): 12836 * inspector/JavaScriptDebugServer.cpp: 12837 (WebCore::JavaScriptDebugServer::recompileAllJSFunctions): 21762 * inspector/JavaScriptDebugServer.cpp: 21763 (WebCore::JavaScriptDebugServer::pauseIfNeeded): Call didContinue on the listeners. 21943 * inspector/JavaScriptDebugServer.cpp: 21944 (WebCore::JavaScriptDebugServer::recompileAllJSFunctions): Only accumulate [all …]
|
D | WebCore.pro | 1375 inspector/JavaScriptDebugServer.h \ 2632 inspector/JavaScriptDebugServer.cpp \
|
D | WebCore.gypi | 1616 'inspector/JavaScriptDebugServer.cpp', 1617 'inspector/JavaScriptDebugServer.h',
|
D | GNUmakefile.am | 1227 WebCore/inspector/JavaScriptDebugServer.cpp \ 1228 WebCore/inspector/JavaScriptDebugServer.h \
|
D | ChangeLog | 1304 making JavaScriptDebugServer engine-agnostic. 3894 * inspector/JavaScriptDebugServer.cpp: 3895 * inspector/JavaScriptDebugServer.h:
|
D | ChangeLog-2010-01-29 | 4815 * inspector/JavaScriptDebugServer.cpp: 4816 …(WebCore::JavaScriptDebugServer::JavaScriptDebugServer): Changed from bool to PauseOnExceptionsSta… 4817 (WebCore::JavaScriptDebugServer::setPauseOnExceptions): Ditto. 4818 (WebCore::JavaScriptDebugServer::exception): Updated logic to see if we are breaking 4820 * inspector/JavaScriptDebugServer.h: 4821 (WebCore::JavaScriptDebugServer::): Changed from bool to PauseOnExceptionsState. 4822 (WebCore::JavaScriptDebugServer::pauseOnExceptions): Ditto. 7344 Update JavaScriptDebugServer::exception to take a hasHandler parameter, 7351 * inspector/JavaScriptDebugServer.cpp: 7352 (WebCore::JavaScriptDebugServer::exception): [all …]
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 538 …48300266E07 /* JavaScriptDebugServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C81BA070E… 539 …348300266E07 /* JavaScriptDebugServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C81BA080E9… 5858 …7 /* JavaScriptDebugServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 5859 …6E07 /* JavaScriptDebugServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 10645 1C81BA070E97348300266E07 /* JavaScriptDebugServer.cpp */, 10646 1C81BA080E97348300266E07 /* JavaScriptDebugServer.h */, 17308 1C81BA0E0E97348300266E07 /* JavaScriptDebugServer.h in Headers */, 19500 1C81BA0D0E97348300266E07 /* JavaScriptDebugServer.cpp in Sources */,
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 4772 Some upcoming changes to JavaScriptDebugServer and 6236 Change WebScriptDebugServer to use WebCore::JavaScriptDebugServer 6246 JavaScriptDebugServer if we've just added our first listener. 6248 JavaScriptDebugServer if we've just removed our last listener. 6251 JavaScriptDebugServer guards against re-entry for us.
|