Implement source info retrieval API function (#4780)
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
@@ -362,6 +362,8 @@ void jerry_set_vm_exec_stop_callback (jerry_vm_exec_stop_callback_t stop_cb, voi
|
||||
void jerry_set_vm_throw_callback (jerry_vm_throw_callback_t throw_cb, void *user_p);
|
||||
jerry_value_t jerry_get_resource_name (const jerry_value_t value);
|
||||
jerry_value_t jerry_get_user_value (const jerry_value_t value);
|
||||
jerry_source_info_t *jerry_get_source_info (const jerry_value_t value);
|
||||
void jerry_free_source_info (jerry_source_info_t *source_info_p);
|
||||
|
||||
/**
|
||||
* Array buffer components.
|
||||
|
||||
Reference in New Issue
Block a user