Home | History | Annotate | Download | only in cctest

Lines Matching refs:has_pending_exception

138   bool has_pending_exception;
140 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
141 CHECK(!has_pending_exception);
159 bool has_pending_exception;
161 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
162 CHECK(!has_pending_exception);
179 bool has_pending_exception;
181 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
182 CHECK(!has_pending_exception);
200 bool has_pending_exception;
202 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
203 CHECK(!has_pending_exception);
221 bool has_pending_exception;
223 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
224 CHECK(!has_pending_exception);
254 bool has_pending_exception;
256 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
257 CHECK(!has_pending_exception);
269 bool has_pending_exception;
272 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
273 CHECK(has_pending_exception);
294 bool has_pending_exception;
296 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);
297 CHECK(!has_pending_exception);
309 &has_pending_exception);
310 CHECK(!has_pending_exception);