xj qian
2024-09-04 ca7bfcdac21b765d29d0045308d434dfd038b10c
1
2
3
4
5
6
7
#include "pch.h"
#include "JStringImpl.hpp"
 
void JStringImpl::Release()
{
    if (this)delete this;
}