Home | History | Annotate | Download | only in src

Lines Matching refs:has_pending_exception

74                              bool* has_pending_exception) {
126 *has_pending_exception = value->IsException();
127 ASSERT(*has_pending_exception == Isolate::Current()->has_pending_exception());
128 if (*has_pending_exception) {
206 ASSERT(isolate->has_pending_exception());
217 ASSERT(!Isolate::Current()->has_pending_exception());
251 bool* has_pending_exception) {
275 *has_pending_exception = true;
309 bool* has_pending_exception) {
336 *has_pending_exception = true;
581 #define RETURN_NATIVE_CALL(name, args, has_pending_exception) \
585 ASSERT(has_pending_exception != NULL); \
589 has_pending_exception); \