Home
last modified time | relevance | path

Searched refs:jcontext_has_pending_abort (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/jcontext/
Djcontext.c41 jcontext_has_pending_abort (void) in jcontext_has_pending_abort() function
89 JERRY_ASSERT (!jcontext_has_pending_abort ()); in jcontext_raise_exception()
Djcontext.h337 jcontext_has_pending_abort (void);
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c1249 bool is_abort = jcontext_has_pending_abort (); in ecma_create_error_reference_from_context()
1313 JERRY_ASSERT (!jcontext_has_pending_exception () && !jcontext_has_pending_abort ()); in ecma_raise_error_from_error_reference()
/third_party/jerryscript/jerry-core/vm/
Dvm.c4200 else if (jcontext_has_pending_exception () && !jcontext_has_pending_abort ()) in vm_loop()