aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'jerry-core/include/jerryscript-core.h')
-rw-r--r--jerry-core/include/jerryscript-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jerry-core/include/jerryscript-core.h b/jerry-core/include/jerryscript-core.h
index 96034a56..c908855d 100644
--- a/jerry-core/include/jerryscript-core.h
+++ b/jerry-core/include/jerryscript-core.h
@@ -360,6 +360,7 @@ bool jerry_backtrace_is_strict (jerry_backtrace_frame_t *frame_p);
*/
void jerry_set_vm_exec_stop_callback (jerry_vm_exec_stop_callback_t stop_cb, void *user_p, uint32_t frequency);
jerry_value_t jerry_get_resource_name (const jerry_value_t value);
+jerry_value_t jerry_get_user_value (const jerry_value_t value);
/**
* Array buffer components.