Home
last modified time | relevance | path

Searched defs:ThrowException (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.c929 MagickExport MagickBooleanType ThrowException(ExceptionInfo *exception, in ThrowException() function
Dmethods.h1180 #define ThrowException PrependMagickMethod(ThrowException) macro
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp121 static void ThrowException() { throw CInArchiveException(); } in ThrowException() function
/external/v8/src/
Dapi.cc7191 v8::Local<Value> Isolate::ThrowException(v8::Local<v8::Value> value) { in ThrowException() function in v8::Isolate