Skip to content

Avoiding infinit recursion in JSXXX::toString() #66

Description

@divanchykhin

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions