Home | History | Annotate | Download | only in src

Lines Matching refs:Error

405     throw new Error('Parameters have wrong types.');
416 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
463 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
468 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
473 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
478 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
519 if (!IS_FUNCTION(func)) throw new Error('Parameters have wrong types.');
522 throw new Error('Cannot set break point in native code.');
532 throw new Error
575 throw new Error('Invalid argument');
589 throw new Error('Invalid breakpoint');
687 throw new Error('Invalid argument');
720 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
790 if (i < 0 || i >= this.frameCount()) throw new Error('Illegal frame index.');
1194 throw new Error('Type not specified');
1198 throw new Error("Illegal type '" + request.type + "' in request");
1202 throw new Error('Command not specified');
1256 throw new Error('Unknown command "' + request.command + '" in request');
1276 // Failed to generate response - return generic error.
1281 '"message":"Internal error: ' + %ToString(e) + '"}';
1284 // Failed in one of the catch blocks above - most generic error.
1285 return '{"seq":0,"type":"response","success":false,"message":"Internal error"}';
1304 throw new Error('Invalid stepcount argument "' + stepcount + '".');
1319 throw new Error('Invalid stepaction argument "' + stepaction + '".');
1380 response.failed('Error: "' + %ToString(e) +
1581 var error = 'Invalid frame range';
1582 return response.failed(error);