Skip to content

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

@divanchykhin

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions