Lines Matching defs:thisVar
243 napi_value thisVar = nullptr;
245 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
256 napi_value thisVar = nullptr;
258 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
311 napi_value thisVar = nullptr;
313 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
324 napi_value thisVar = nullptr;
326 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
341 napi_value thisVar = nullptr;
343 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
354 napi_value thisVar = nullptr;
355 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
481 napi_value thisVar = nullptr;
482 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
529 napi_value thisVar = nullptr;
531 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));