Home
last modified time | relevance | path

Searched refs:ThrowExceptionHelper (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Dfxv8.h105 void ThrowExceptionHelper(v8::Isolate* pIsolate, ByteStringView str);
106 void ThrowExceptionHelper(v8::Isolate* pIsolate, WideStringView str);
Dfxv8.cpp329 void ThrowExceptionHelper(v8::Isolate* pIsolate, ByteStringView str) { in ThrowExceptionHelper() function
333 void ThrowExceptionHelper(v8::Isolate* pIsolate, WideStringView str) { in ThrowExceptionHelper() function
Dcfxjs_engine.cpp180 fxv8::ThrowExceptionHelper(isolate, "illegal constructor"); in CallHandler()
184 fxv8::ThrowExceptionHelper(isolate, "not a dynamic object"); in CallHandler()
643 fxv8::ThrowExceptionHelper(GetIsolate(), message.AsStringView()); in Error()
/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp117 fxv8::ThrowExceptionHelper(info.GetIsolate(), err.AsStringView()); in DynPropGetterAdapter_MethodCallback()