Home
last modified time | relevance | path

Searched refs:ExceptionEvent (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/debug/
Ddebug.js900 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/
Dlog.h45 ExceptionEvent = 0x00100, /* Log Errors and Warnings immediately */ enumerator
Dutility.c1840 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(), in ShredFile()
1855 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(), in ShredFile()
Dexception.c1046 status=LogMagickEvent(ExceptionEvent,module,function,line,"%s",reason); in ThrowMagickExceptionList()
Dconstitute.c571 (void) LogMagickEvent(ExceptionEvent,GetMagickModule(), in ReadImage()
Doption.c1373 { "Exception", ExceptionEvent, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h799 using MagickCore::ExceptionEvent;