Allow API usage in native_free_callbacks (#3515)
This patch allows the use of API functions in native_free_callbacks for native pointers once again. JerryScript-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
This commit is contained in:
committed by
Dániel Bátyai
parent
71d4e12105
commit
f46d061d19
@@ -42,6 +42,11 @@ jerry_fatal (jerry_fatal_code_t code) /**< status code */
|
||||
JERRY_ERROR_MSG ("Error: ERR_REF_COUNT_LIMIT\n");
|
||||
break;
|
||||
}
|
||||
case ERR_UNTERMINATED_GC_LOOPS:
|
||||
{
|
||||
JERRY_ERROR_MSG ("Error: ERR_UNTERMINATED_GC_LOOPS\n");
|
||||
break;
|
||||
}
|
||||
case ERR_DISABLED_BYTE_CODE:
|
||||
{
|
||||
JERRY_ERROR_MSG ("Error: ERR_DISABLED_BYTE_CODE\n");
|
||||
|
||||
Reference in New Issue
Block a user