Searched defs:DebuggerAgent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/chromium/src/js/
H A DDebuggerAgent.js40 devtools.DebuggerAgent = function()
133 devtools.DebuggerAgent.ScopeType = {
145 devtools.DebuggerAgent.prototype.reset = function()
164 devtools.DebuggerAgent.prototype.initUI = function()
197 devtools.DebuggerAgent.prototype.resolveScriptSource = function(scriptId, callback)
209 devtools.DebuggerAgent.sendCommand_(cmd);
229 devtools.DebuggerAgent.prototype.pauseExecution = function()
240 devtools.DebuggerAgent.prototype.addBreakpoint = function(sourceId, line, condition)
246 line = devtools.DebuggerAgent.webkitToV8LineNumber_(line);
289 devtools.DebuggerAgent
[all...]
/external/v8/src/
H A Ddebug-agent.h44 class DebuggerAgent: public Thread { class in namespace:v8::internal
46 explicit DebuggerAgent(const char* name, int port) function in class:v8::internal::DebuggerAgent
55 ~DebuggerAgent() {
79 static DebuggerAgent* instance_;
84 DISALLOW_COPY_AND_ASSIGN(DebuggerAgent);
92 DebuggerAgentSession(DebuggerAgent* agent, Socket* client)
103 DebuggerAgent* agent_;

Completed in 161 milliseconds