Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

1327 ProtocolMessage.prototype.failed = function(message, opt_details) {
1506 // Failed to generate response - return generic error.
1514 // Failed in one of the catch blocks above - most generic error.
1571 response.failed('Missing arguments');
1588 response.failed('Missing argument "type" or "target"');
1597 response.failed('Argument "target" is not a string value');
1605 response.failed('Error: "' + %ToString(e) +
1610 response.failed('"' + target + '" does not evaluate to a function');
1621 return response.failed('Object #' + handle + '# not found');
1624 return response.failed('Object #' + handle + '# is not a function');
1643 response.failed('Illegal type "' + type + '"');
1689 response.failed('Missing arguments');
1701 response.failed('Missing argument "breakpoint"');
1730 response.failed('Missing arguments');
1739 response.failed('Missing argument "groupId"');
1765 response.failed('Missing arguments');
1774 response.failed('Missing argument "breakpoint"');
1839 response.failed('Missing arguments');
1846 response.failed('Missing argument "type"');
1862 response.failed('Illegal value for "enabled":"' + enabled + '"');
1872 response.failed('Unknown "type":"' + type + '"');
1911 return response.failed('Invalid frame number');
1920 return response.failed(error);
1940 return response.failed('No frames');
1947 return response.failed('Invalid frame number');
1983 throw new Error('Failed to find function object by handle');
2029 return response.failed('Invalid scope number');
2045 throw new Error("Failed to resolve value by handle, ' #" +
2066 throw new Error("Failed to parse value description");
2074 response.failed('Missing arguments');
2079 response.failed('Missing variable name');
2089 response.failed('Missing scope number');
2110 return response.failed('Missing arguments');
2125 return response.failed('Failed to convert expression argument to string');
2130 return response.failed('Arguments "frame" and "global" are exclusive');
2140 return response.failed("Context element #" + i +
2164 return response.failed('No frames');
2171 return response.failed('Invalid frame "' + frame + '"');
2188 return response.failed('Missing arguments');
2196 return response.failed('Argument "handles" missing');
2211 return response.failed('Object #' + handle + '# not found');
2222 return response.failed('Missing arguments');
2231 return response.failed('Argument "type" missing');
2234 return response.failed('Argument "handle" missing');
2237 return response.failed('Invalid type "' + type + '"');
2249 return response.failed('Object #' + handle + '# not found');
2257 return response.failed('No source');
2271 return response.failed('Invalid frame "' + frame + '"');
2280 return response.failed('No source');
2286 return response.failed('Invalid line interval');
2307 return response.failed('Invalid types "' +
2404 return response.failed('Missing arguments');
2418 response.failed('Script not found');
2436 response.failed(e.message, e.details);
2452 return response.failed('Missing arguments');
2458 return response.failed('No frames');
2466 return response.failed('Invalid frame "' + frame + '"');
2484 response.failed('Missing arguments');