Lines Matching refs:napi_get_cb_info
15 | napi_get_cb_info | Obtains detailed information about the call, such as the parameters and **this…
23 ## napi_get_cb_info section
25 Use **napi_get_cb_info** to obtain detailed information about function calls.
36 napi_get_cb_info(env, info, &argc, args , nullptr, nullptr);
44 napi_get_cb_info(env, info, &argc, nullptr, nullptr, nullptr);
52 napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr);
94 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get string arg:%{public}s', testNapi.…
95 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get array arg:%{public}s ', testNapi.…
96 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get num arg:%{public}d ', testNapi.ge…
97 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get undefined arg:%{public}s ', testN…
98 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get object arg:%{public}s ', JSON.str…
99 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get function arg:%{public}d ', testNa…
101 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get arg quantity:%{public}d ', testNa…
103 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get thisArg:%{public}s ', testNapi.ge…
122 napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr);
139 napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr);
189 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);