Searched refs:jcontext_has_pending_exception (Results 1 – 7 of 7) sorted by relevance
29 jcontext_has_pending_exception (void) in jcontext_has_pending_exception() function53 JERRY_ASSERT (jcontext_has_pending_exception ()); in jcontext_set_abort_flag()88 JERRY_ASSERT (!jcontext_has_pending_exception ()); in jcontext_raise_exception()101 JERRY_ASSERT (jcontext_has_pending_exception ()); in jcontext_release_exception()114 JERRY_ASSERT (jcontext_has_pending_exception ()); in jcontext_take_exception()
334 jcontext_has_pending_exception (void);
419 if (jcontext_has_pending_exception ()) in ecma_op_iterator_close()
1140 JERRY_ASSERT (jcontext_has_pending_exception ()); in vm_loop()3852 JERRY_ASSERT (!jcontext_has_pending_exception ()); in vm_loop()3871 if (jcontext_has_pending_exception ()) in vm_loop()4108 JERRY_ASSERT (jcontext_has_pending_exception ()); in vm_loop()4179 if (jcontext_has_pending_exception ()) in vm_loop()4193 if (jcontext_has_pending_exception ()) in vm_loop()4200 else if (jcontext_has_pending_exception () && !jcontext_has_pending_abort ()) in vm_loop()
1313 JERRY_ASSERT (!jcontext_has_pending_exception () && !jcontext_has_pending_abort ()); in ecma_raise_error_from_error_reference()
1568 JERRY_ASSERT (jcontext_has_pending_exception ()); in jerry_debugger_send_exception_string()
2741 JERRY_ASSERT (jcontext_has_pending_exception ()); in parser_parse_script()