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

bootstrap: clean up inspector console methods during serialization #44279

Merged
merged 1 commit into from Sep 7, 2022

Commits on Aug 18, 2022

  1. bootstrap: clean up inspector console methods during serialization

    Some console methods are created by the V8 inspector after
    an inspector client is created, reset them to undefined during
    sereialization to avoid holding on to invalid references in
    the snapshot. V8 will take care of the re-initialization when
    another inspector client is created during deserialization.
    joyeecheung committed Aug 18, 2022
    Copy the full SHA
    3142fcb View commit details
    Browse the repository at this point in the history