Home
last modified time | relevance | path

Searched refs:jcontext_set_exception_flag (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/jcontext/
Djcontext.c69 jcontext_set_exception_flag (bool is_exception) /**< true - if the exception flag should be set in jcontext_set_exception_flag() function
92 jcontext_set_exception_flag (true); in jcontext_raise_exception()
117 jcontext_set_exception_flag (false); in jcontext_take_exception()
Djcontext.h328 jcontext_set_exception_flag (bool is_exception);
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c1320 jcontext_set_exception_flag (true); in ecma_raise_error_from_error_reference()