Lines Matching refs:DebugCommandProcessor

915   return new DebugCommandProcessor(this, opt_is_running);
1162 function DebugCommandProcessor(exec_state, opt_is_running) { class
1168 DebugCommandProcessor.prototype.processDebugRequest = function (request) { class
1261 DebugCommandProcessor.prototype.createResponse = function(request) {
1266 DebugCommandProcessor.prototype.processDebugJSONRequest = function(
1304 var handler = DebugCommandProcessor.prototype.dispatch_[key];
1343 DebugCommandProcessor.prototype.continueRequest_ = function(request, response) {
1374 DebugCommandProcessor.prototype.breakRequest_ = function(request, response) {
1379 DebugCommandProcessor.prototype.setBreakPointRequest_ =
1493 DebugCommandProcessor.prototype.changeBreakPointRequest_ = function(
1528 DebugCommandProcessor.prototype.clearBreakPointGroupRequest_ = function(
1563 DebugCommandProcessor.prototype.clearBreakPointRequest_ = function(
1588 DebugCommandProcessor.prototype.listBreakpointsRequest_ = function(
1628 DebugCommandProcessor.prototype.disconnectRequest_ =
1635 DebugCommandProcessor.prototype.setExceptionBreakRequest_ =
1680 DebugCommandProcessor.prototype.backtraceRequest_ = function(
1737 DebugCommandProcessor.prototype.frameRequest_ = function(request, response) {
1756 DebugCommandProcessor.prototype.resolveFrameFromScopeDescription_ =
1775 DebugCommandProcessor.prototype.resolveScopeHolder_ =
1803 DebugCommandProcessor.prototype.scopesRequest_ = function(request, response) {
1821 DebugCommandProcessor.prototype.scopeRequest_ = function(request, response) {
1842 DebugCommandProcessor.resolveValue_ = function(value_description) {
1872 DebugCommandProcessor.prototype.setVariableValueRequest_ =
1897 DebugCommandProcessor.resolveValue_(request.arguments.newValue);
1909 DebugCommandProcessor.prototype.evaluateRequest_ = function(request, response) {
1945 var raw_value = DebugCommandProcessor.resolveValue_(mapping);
1987 DebugCommandProcessor.prototype.lookupRequest_ = function(request, response) {
2020 DebugCommandProcessor.prototype.referencesRequest_ =
2055 DebugCommandProcessor.prototype.sourceRequest_ = function(request, response) {
2115 DebugCommandProcessor.prototype.scriptsRequest_ = function(request, response) {
2184 DebugCommandProcessor.prototype.suspendRequest_ = function(request, response) {
2190 DebugCommandProcessor.prototype.versionRequest_ = function(request, response) {
2197 DebugCommandProcessor.prototype.changeLiveRequest_ = function(
2238 DebugCommandProcessor.prototype.restartFrameRequest_ = function(
2269 DebugCommandProcessor.prototype.debuggerFlagsRequest_ = function(request,
2302 DebugCommandProcessor.prototype.v8FlagsRequest_ = function(request, response) {
2309 DebugCommandProcessor.prototype.gcRequest_ = function(request, response) {
2321 DebugCommandProcessor.prototype.dispatch_ = (function() {
2322 var proto = DebugCommandProcessor.prototype;
2356 DebugCommandProcessor.prototype.isRunning = function() {
2361 DebugCommandProcessor.prototype.systemBreak = function(cmd, args) {
2453 "DebugCommandProcessor", DebugCommandProcessor,