Home
last modified time | relevance | path

Searched refs:ThrowException (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/src/
Dd8-posix.cc169 isolate->ThrowException( in Init()
188 isolate->ThrowException( in Init()
229 args.GetIsolate()->ThrowException( in GetTimeouts()
242 args.GetIsolate()->ThrowException( in GetTimeouts()
290 isolate->ThrowException( in ChildLaunchedOK()
311 return isolate->ThrowException( in GetStdout()
327 return isolate->ThrowException( in GetStdout()
391 isolate->ThrowException( in WaitForChild()
405 isolate->ThrowException( in WaitForChild()
416 isolate->ThrowException( in WaitForChild()
[all …]
Dasync-hooks-wrapper.cc50 isolate->ThrowException( in UnwrapHook()
93 isolate->ThrowException( in CreateHook()
Dd8-console.cc53 isolate_->ThrowException(v8::Exception::Error( in Assert()
Dd8.cc242 return isolate->ThrowException( in Throw()
3097 isolate_->ThrowException(Exception::Error(message)); in ThrowDataCloneError()
/external/v8/src/extensions/
Dexternalize-string-extension.cc63 args.GetIsolate()->ThrowException( in Externalize()
78 args.GetIsolate()->ThrowException( in Externalize()
89 args.GetIsolate()->ThrowException( in Externalize()
112 args.GetIsolate()->ThrowException( in Externalize()
124 args.GetIsolate()->ThrowException( in IsOneByte()
/external/v8/samples/
Dshell.cc163 args.GetIsolate()->ThrowException( in Read()
170 args.GetIsolate()->ThrowException( in Read()
177 args.GetIsolate()->ThrowException( in Read()
194 args.GetIsolate()->ThrowException( in Load()
201 args.GetIsolate()->ThrowException( in Load()
207 args.GetIsolate()->ThrowException( in Load()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp126 ThrowException(L"Unable to set language value."); in language()
142 ThrowException(L"Unable to set numPages value."); in numPages()
156 ThrowException(L"Unable to set platform value."); in platform()
213 ThrowException(L"Unable to set variation value."); in variation()
227 ThrowException(L"Unable to set version value."); in version()
Dcjx_object.cpp181 ThrowException( in ThrowTooManyOccurancesException()
187 ThrowException(L"Invalid property set operation."); in ThrowInvalidPropertyException()
191 ThrowException(L"Index value is out of bounds."); in ThrowIndexOutOfBoundsException()
196 ThrowException(L"Incorrect number of parameters calling method '%.16s'.", in ThrowParamCountMismatchException()
201 ThrowException(L"Argument mismatch in property or function argument."); in ThrowArgumentMismatchException()
204 void CJX_Object::ThrowException(const wchar_t* str, ...) const { in ThrowException() function in CJX_Object
Dcjx_object.h224 void ThrowException(const wchar_t* str, ...) const;
Dcjx_layoutpseudomodel.cpp63 ThrowException(L"Unable to set ready value."); in ready()
/external/ImageMagick/MagickCore/
Dexception.c647 (void) ThrowException(exception,p->severity,p->reason,p->description); in InheritException()
921 MagickExport MagickBooleanType ThrowException(ExceptionInfo *exception, in ThrowException() function
1070 (void) ThrowException(exception,severity,message,(char *) NULL); in ThrowMagickExceptionList()
Dexception.h153 ThrowException(ExceptionInfo *,const ExceptionType,const char *,
/external/ImageMagick/coders/
Dwpg.c797 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript()
805 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript()
813 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript()
823 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript()
840 ThrowException(exception,CorruptImageError,"ImproperImageHeader", in ExtractPostscript()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp62 static void ThrowException() { throw CInArchiveException(); } in ThrowException() function
63 static inline void ThrowEndOfData() { ThrowException(); } in ThrowEndOfData()
65 static inline void ThrowIncorrect() { ThrowException(); } in ThrowIncorrect()
/external/ImageMagick/
DMagickshr.opt164 symbol_vector=(ThrowException=PROCEDURE)
/external/pdfium/fxjs/
Dcfxjse_class.cpp93 info.GetIsolate()->ThrowException(str.ToLocalChecked()); in DynPropGetterAdapter_MethodCallback()
Dcfxjse_formcalc_context.h437 void ThrowException(const wchar_t* str, ...) const;
Dcfxjse_value.cpp64 pIsolate->ThrowException(hError); in FXJSE_ThrowMessage()
Dcfxjse_formcalc_context.cpp6211 ThrowException(L"%.16S doesn't have a default property.", in ThrowNoDefaultPropertyException()
6216 ThrowException(L"Compiler error."); in ThrowCompilerErrorException()
6220 ThrowException(L"Divide by zero."); in ThrowDivideByZeroException()
6224 ThrowException(L"Server does not permit operation."); in ThrowServerDeniedException()
6230 ThrowException( in ThrowPropertyNotInObjectException()
6238 ThrowException(L"Incorrect number of parameters calling method '%.16s'.", in ThrowParamCountMismatchException()
6243 ThrowException(L"Argument mismatch in property or function argument."); in ThrowArgumentMismatchException()
6246 void CFXJSE_FormCalcContext::ThrowException(const wchar_t* str, ...) const { in ThrowException() function in CFXJSE_FormCalcContext
Dfxjs_v8.cpp531 GetIsolate()->ThrowException(NewString(message.AsStringView())); in Error()
/external/ImageMagick/Magick++/lib/
DException.cpp815 ThrowException(exceptionInfo,severity_,reason_,description_); in throwExceptionExplicit()
/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc686 info.GetIsolate()->ThrowException(toV8String( in bindingCallback()
/external/v8/src/runtime/
Druntime-test.cc77 isolate->ThrowException(NewRangeException(isolate, message)); in ThrowRangeException()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1496 using MagickCore::ThrowException;
/external/v8/include/
Dv8.h7765 Local<Value> ThrowException(Local<Value> exception);

12