Searched refs:pImgPackerNapi (Results 1 – 1 of 1) sorted by relevance
447 std::unique_ptr<ImagePackerNapi> pImgPackerNapi = std::make_unique<ImagePackerNapi>(); in Constructor() local448 if (pImgPackerNapi != nullptr) { in Constructor()449 pImgPackerNapi->env_ = env; in Constructor()450 pImgPackerNapi->nativeImgPck = sImgPck_; in Constructor()452 status = napi_wrap(env, thisVar, reinterpret_cast<void *>(pImgPackerNapi.get()), in Constructor()455 pImgPackerNapi.release(); in Constructor()