Searched refs:ThrowExceptionHelper (Results 1 – 4 of 4) sorted by relevance
105 void ThrowExceptionHelper(v8::Isolate* pIsolate, ByteStringView str);106 void ThrowExceptionHelper(v8::Isolate* pIsolate, WideStringView str);
329 void ThrowExceptionHelper(v8::Isolate* pIsolate, ByteStringView str) { in ThrowExceptionHelper() function333 void ThrowExceptionHelper(v8::Isolate* pIsolate, WideStringView str) { in ThrowExceptionHelper() function
180 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()
117 fxv8::ThrowExceptionHelper(info.GetIsolate(), err.AsStringView()); in DynPropGetterAdapter_MethodCallback()