Lines Matching refs:thisVal
50 napi_value thisVal = nullptr;
53 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
56 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&wrapper));
78 if (!Work(env, thisVal, context)) {
83 context->CreateReference(thisVal);
100 napi_value thisVal = nullptr;
103 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
106 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&sharedManager));
128 if (!Work(env, thisVal, context)) {
133 context->CreateReference(thisVal);
150 napi_value thisVal = nullptr;
153 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
156 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&wrapper));
178 context->CreateReference(thisVal);
180 if (!Work(env, thisVal, context)) {
199 napi_value thisVal = nullptr;
202 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
205 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&sharedManager));
227 context->CreateReference(thisVal);
229 if (!Work(env, thisVal, context)) {
248 napi_value thisVal = nullptr;
251 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
254 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager));
273 if (!Work(env, thisVal, context)) {
278 context->CreateReference(thisVal);
294 napi_value thisVal = nullptr;
297 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
300 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager));
319 context->CreateReference(thisVal);
321 if (!Work(env, thisVal, context)) {