Searched refs:deinit_cb (Results 1 – 5 of 5) sorted by relevance
60 .deinit_cb = test_context_data1_free,85 .deinit_cb = test_context_data2_free,102 .deinit_cb = NULL,135 .deinit_cb = test_context_data4_free,
77 .deinit_cb = jerryx_module_manager_deinit,359 jerryx_module_manager.deinit_cb (instances_p); in jerryx_module_clear_cache()
284 void (*deinit_cb) (void *data); member
265 if (this_p->manager_p->deinit_cb) in jerry_cleanup()268 this_p->manager_p->deinit_cb (data); in jerry_cleanup()
242 an additional custom initializer. The `deinit_cb` (if non-`NULL`) is called during a call to `jerry…266 …* *after* all deinit_cb's have been run. See finalize_cb for a callback that is guaranteed to run …271 void (*deinit_cb) (void *data);286 …* behalf of the manager. The pointer to this buffer is passed into init_cb, deinit_cb and finalize…749 …deinitialized using the `deinit_cb` callback provided by `manager_p` when the context will be dest…792 .deinit_cb = my_context_data_free,