Home | History | Annotate | Download | only in cctest

Lines Matching refs:has_pending_exception

140   bool has_pending_exception;
142 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
143 CHECK(!has_pending_exception);
161 bool has_pending_exception;
163 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
164 CHECK(!has_pending_exception);
181 bool has_pending_exception;
183 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
184 CHECK(!has_pending_exception);
202 bool has_pending_exception;
204 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
205 CHECK(!has_pending_exception);
223 bool has_pending_exception;
225 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
226 CHECK(!has_pending_exception);
256 bool has_pending_exception;
258 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
259 CHECK(!has_pending_exception);
271 bool has_pending_exception;
273 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
274 CHECK(has_pending_exception);
296 bool has_pending_exception;
298 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);
299 CHECK(!has_pending_exception);
312 &has_pending_exception);
313 CHECK(!has_pending_exception);