You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSXXX::toString() stringifies respective objects "in depth", that is, recursively calling toString() for each member/value. Since objects may have soft_ptr's inside, there is a potential for infinite recursion, which must be detected and avoided.