#include "pch.h" #include "JStringImpl.hpp" #include JStringImpl::JStringImpl() { printf("hit here"); } JStringImpl::~JStringImpl() { } void JStringImpl::Release() { if (this)delete this; }