Home
last modified time | relevance | path

Searched refs:js_this (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/js-native-api/test_reference_double_free/
H A Dtest_reference_double_free.c26 napi_value js_this, js_delete; in New() local
31 napi_get_cb_info(env, info, &argc, &js_delete, &js_this, NULL)); in New()
36 napi_wrap(env, js_this, ref, Destructor, NULL, ref)); in New()
39 napi_wrap(env, js_this, ref, NoDeleteDestructor, &g_call_count, ref)); in New()
43 return js_this; in New()
/third_party/node/test/node-api/test_env_teardown_gc/
H A Dbinding.c23 napi_value js_this; in MyObject() local
25 NODE_API_CALL(env, napi_get_cb_info(env, info, NULL, NULL, &js_this, NULL)); in MyObject()
26 NODE_API_CALL(env, napi_wrap(env, js_this, ref, MyObject_fini, NULL, ref)); in MyObject()

Completed in 2 milliseconds