Home
last modified time | relevance | path

Searched refs:jcontext_has_pending_exception (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/jcontext/
Djcontext.c29 jcontext_has_pending_exception (void) in jcontext_has_pending_exception() function
53 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()
Djcontext.h334 jcontext_has_pending_exception (void);
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-iterator-object.c419 if (jcontext_has_pending_exception ()) in ecma_op_iterator_close()
/third_party/jerryscript/jerry-core/vm/
Dvm.c1140 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()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c1313 JERRY_ASSERT (!jcontext_has_pending_exception () && !jcontext_has_pending_abort ()); in ecma_raise_error_from_error_reference()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1568 JERRY_ASSERT (jcontext_has_pending_exception ()); in jerry_debugger_send_exception_string()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2741 JERRY_ASSERT (jcontext_has_pending_exception ()); in parser_parse_script()