Adding Jerry api for triggering gc.
JerryScript-DCO-1.0-Signed-off-by: Ilyong Cho ily.cho@samsung.com
This commit is contained in:
committed by
Evgeny Gavrin
parent
ece246ef9e
commit
1c21e16c7b
@@ -229,6 +229,9 @@ jerry_completion_code_t jerry_api_eval (const jerry_api_char_t *, size_t, bool,
|
||||
extern EXTERN_C
|
||||
jerry_api_object_t *jerry_api_get_global (void);
|
||||
|
||||
extern EXTERN_C
|
||||
void jerry_api_gc (void);
|
||||
|
||||
extern EXTERN_C
|
||||
void jerry_register_external_magic_strings (const jerry_api_char_ptr_t *, uint32_t, const jerry_api_length_t *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user