Lines Matching refs:thisVar
23 napi_value thisVar = nullptr;
25 napi_get_cb_info(env, cbinfo, nullptr, nullptr, &thisVar, &data);
27 NetServer* netServer = new NetServer(env, thisVar);
30 env, thisVar, netServer,
37 return thisVar;
45 napi_value thisVar = nullptr;
47 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data);
50 napi_unwrap(env, thisVar, (void**)&netServer);
72 napi_value thisVar = nullptr;
74 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data);
77 napi_unwrap(env, thisVar, (void**)&netServer);
91 napi_value thisVar = 0;
93 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data);
96 napi_unwrap(env, thisVar, (void**)&netServer);
125 napi_value thisVar = 0;
127 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data);
130 napi_unwrap(env, thisVar, (void**)&netServer);
164 napi_value thisVar = 0;
166 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data);
169 napi_unwrap(env, thisVar, (void**)&netServer);