Lines Matching refs:thisVar
54 napi_value thisVar = nullptr; in AddHtmlRecord() local
56 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in AddHtmlRecord()
67 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in AddHtmlRecord()
81 napi_value thisVar = nullptr; in AddPixelMapRecord() local
83 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in AddPixelMapRecord()
97 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in AddPixelMapRecord()
111 napi_value thisVar = nullptr; in AddTextRecord() local
113 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in AddTextRecord()
124 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in AddTextRecord()
138 napi_value thisVar = nullptr; in AddUriRecord() local
140 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in AddUriRecord()
151 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in AddUriRecord()
165 napi_value thisVar = nullptr; in GetPrimaryHtml() local
167 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetPrimaryHtml()
171 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetPrimaryHtml()
193 napi_value thisVar = nullptr; in GetPrimaryPixelMap() local
195 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetPrimaryPixelMap()
199 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetPrimaryPixelMap()
220 napi_value thisVar = nullptr; in GetPrimaryText() local
222 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetPrimaryText()
226 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetPrimaryText()
248 napi_value thisVar = nullptr; in GetPrimaryUri() local
250 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetPrimaryUri()
254 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetPrimaryUri()
277 napi_value thisVar = nullptr; in HasMimeType() local
279 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in HasMimeType()
293 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in HasMimeType()
315 napi_value thisVar = nullptr; in RemoveAndGetRecordCommon() local
316 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in RemoveAndGetRecordCommon()
324 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in RemoveAndGetRecordCommon()
365 napi_value thisVar = nullptr; in GetPrimaryMimeType() local
367 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetPrimaryMimeType()
371 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetPrimaryMimeType()
392 napi_value thisVar = nullptr; in GetRecordCount() local
394 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetRecordCount()
398 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetRecordCount()
416 napi_value thisVar = nullptr; in GetTag() local
418 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetTag()
422 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetTag()
439 napi_value thisVar = nullptr; in GetMimeTypes() local
441 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetMimeTypes()
445 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetMimeTypes()
615 napi_value thisVar = nullptr; in AddRecord() local
616 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in AddRecord()
619 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in AddRecord()
638 napi_value thisVar = nullptr; in ReplaceRecordAt() local
642 NAPI_CALL_BASE(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL), result); in ReplaceRecordAt()
651 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in ReplaceRecordAt()
676 napi_value thisVar = nullptr; in ReplaceRecord() local
677 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in ReplaceRecord()
685 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in ReplaceRecord()
714 napi_value thisVar = nullptr; in AddWantRecord() local
716 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in AddWantRecord()
728 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in AddWantRecord()
743 napi_value thisVar = nullptr; in GetPrimaryWant() local
745 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetPrimaryWant()
749 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetPrimaryWant()
803 napi_value thisVar = nullptr; in GetProperty() local
805 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in GetProperty()
809 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetProperty()
943 napi_value thisVar = nullptr; in SetProperty() local
945 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in SetProperty()
954 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in SetProperty()
1011 napi_value thisVar = nullptr; in New() local
1012 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in New()
1017 ASSERT_CALL(env, napi_wrap(env, thisVar, obj, PasteDataNapi::Destructor, in New()
1020 return thisVar; in New()
1061 napi_value thisVar = nullptr; in PasteStart() local
1065 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in PasteStart()
1066 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in PasteStart()
1078 napi_value thisVar = nullptr; in PasteComplete() local
1082 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL)); in PasteComplete()
1083 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in PasteComplete()