Searched refs:ExceptionEvent (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/debug/ |
D | debug.js | 900 return new ExceptionEvent(break_id, exception, uncaught, promise); 904 function ExceptionEvent(break_id, exception, uncaught, promise) { class 912 ExceptionEvent.prototype.eventType = function() { class 917 ExceptionEvent.prototype.exception = function() { 922 ExceptionEvent.prototype.uncaught = function() { 927 ExceptionEvent.prototype.promise = function() { 932 ExceptionEvent.prototype.func = function() { 937 ExceptionEvent.prototype.sourceLine = function() { 942 ExceptionEvent.prototype.sourceColumn = function() { 947 ExceptionEvent.prototype.sourceLineText = function() {
|
/external/ImageMagick/MagickCore/ |
D | log.h | 45 ExceptionEvent = 0x00100, /* Log Errors and Warnings immediately */ enumerator
|
D | utility.c | 1840 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(), in ShredFile() 1855 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(), in ShredFile()
|
D | exception.c | 1046 status=LogMagickEvent(ExceptionEvent,module,function,line,"%s",reason); in ThrowMagickExceptionList()
|
D | constitute.c | 571 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(), in ReadImage()
|
D | option.c | 1373 { "Exception", ExceptionEvent, UndefinedOptionFlag, MagickFalse },
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 799 using MagickCore::ExceptionEvent;
|