Implement vm_throw callback (#4726)

Slightly improve the description of vm_exec_stop callback.

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2021-08-10 15:50:26 +02:00
committed by GitHub
parent b6ec9275aa
commit 444806d78a
15 changed files with 399 additions and 22 deletions
+2 -1
View File
@@ -48,7 +48,6 @@ set(SOURCE_UNIT_TEST_MAIN_MODULES
test-context-data.c
test-dataview.c
test-date-helpers.c
test-exec-stop.c
test-external-string.c
test-from-property-descriptor.c
test-get-own-property.c
@@ -91,6 +90,8 @@ set(SOURCE_UNIT_TEST_MAIN_MODULES
test-to-property-descriptor.c
test-typedarray.c
test-unicode.c
test-vm-exec-stop.c
test-vm-throw.c
)
# jerry_heap_stats_t.size == 0 if system allocator is used.