Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object reference count #45

Open
himself65 opened this issue Sep 21, 2022 · 0 comments
Open

object reference count #45

himself65 opened this issue Sep 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@himself65
Copy link
Contributor

we print ref *x and [Circular *x]

  node -v
v16.17.0
  node
Welcome to Node.js v16.17.0.
Type ".help" for more information.
> const a = {}
undefined
> a.root = a
<ref *1> { root: [Circular *1] }
@himself65 himself65 added the enhancement New feature or request label Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant