Searched refs:thisVar (Results 1 - 2 of 2) sorted by relevance
/developtools/syscap_codec/napi/ |
H A D | napi_query_syscap.cpp | 35 napi_value thisVar = nullptr; \ 37 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data)
|
/developtools/profiler/hidebug/interfaces/js/kits/napi/ |
H A D | napi_hidebug.cpp | 158 napi_value thisVar = nullptr; in GetDumpParam() local 160 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetDumpParam() 208 napi_value thisVar = nullptr; in GetFileNameParam() local 210 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetFileNameParam() 240 napi_value thisVar = nullptr; in GetTheOnlyStringParam() local 242 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetTheOnlyStringParam() 595 napi_value thisVar = nullptr; in RemoveNapiWrap() local 597 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in RemoveNapiWrap()
|
Completed in 4 milliseconds