Home
last modified time | relevance | path

Searched refs:jsvm_cleanup_hook (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Djsvm_node_api.h182 jsvm_add_env_cleanup_hook(JSVM_Env env, jsvm_cleanup_hook fun, void* arg);
185 jsvm_remove_env_cleanup_hook(JSVM_Env env, jsvm_cleanup_hook fun, void* arg);
Djsvm_node_api_types.h11 typedef void(JSVM_CDECL* jsvm_cleanup_hook)(void* arg); typedef
Dnode_api.cc765 jsvm_cleanup_hook fun, in jsvm_add_env_cleanup_hook()
776 jsvm_cleanup_hook fun, in jsvm_remove_env_cleanup_hook()