Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_object/
Dtest_object.c508 napi_value instance, which_type; in TypeTaggedInstance() local
510 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, &which_type, NULL, NULL)); in TypeTaggedInstance()
511 NAPI_CALL(env, napi_get_value_uint32(env, which_type, &type_index)); in TypeTaggedInstance()