Lines Matching refs:exceptionState

127     TrackExceptionState exceptionState;
128 Request* request = Request::create(scriptState->executionContext(), originalRequest, exceptionState);
129 if (exceptionState.hadException()) {
138 TrackExceptionState exceptionState;
139 Request* request = Request::create(scriptState->executionContext(), requestString, exceptionState);
140 if (exceptionState.hadException()) {
149 TrackExceptionState exceptionState;
150 Request* request = Request::create(scriptState->executionContext(), originalRequest, exceptionState);
151 if (exceptionState.hadException()) {
160 TrackExceptionState exceptionState;
161 Request* request = Request::create(scriptState->executionContext(), requestString, exceptionState);
162 if (exceptionState.hadException()) {
171 TrackExceptionState exceptionState;
172 Request* request = Request::create(scriptState->executionContext(), originalRequest, exceptionState);
173 if (exceptionState.hadException()) {
182 TrackExceptionState exceptionState;
183 Request* request = Request::create(scriptState->executionContext(), requestString, exceptionState);
184 if (exceptionState.hadException()) {
199 TrackExceptionState exceptionState;
200 Request* request = Request::create(scriptState->executionContext(), originalRequest, exceptionState);
201 if (exceptionState.hadException()) {
210 TrackExceptionState exceptionState;
211 Request* request = Request::create(scriptState->executionContext(), requestString, exceptionState);
212 if (exceptionState.hadException()) {
221 TrackExceptionState exceptionState;
222 Request* request = Request::create(scriptState->executionContext(), originalRequest, exceptionState);
223 if (exceptionState.hadException()) {
232 TrackExceptionState exceptionState;
233 Request* request = Request::create(scriptState->executionContext(), requestString, exceptionState);
234 if (exceptionState.hadException()) {
248 TrackExceptionState exceptionState;
249 Request* request = Request::create(scriptState->executionContext(), originalRequest, exceptionState);
250 if (exceptionState.hadException()) {
259 TrackExceptionState exceptionState;
260 Request* request = Request::create(scriptState->executionContext(), requestString, exceptionState);
261 if (exceptionState.hadException()) {