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

src: only call FatalException if not verbose #12826

Closed
wants to merge 3 commits into from

Commits on May 15, 2017

  1. deps: cherry-pick f5fad6d from upstream v8

    Original commit message:
    
        This commit adds a getter for the private is_verbose_ member.
        The use case for this comes from Node.js where the ability to avoid
        calling FatalException if the TryCatch is verbose would be nice
        to have.
    
        BUG=
    
        Review-Url: https://codereview.chromium.org/2840803002
        Cr-Commit-Position: refs/heads/master@{nodejs#45018}
    danbev committed May 15, 2017
    Configuration menu
    Copy the full SHA
    46f73c2 View commit details
    Browse the repository at this point in the history
  2. src: only call FatalException if not verbose

    This commit attempts to address the TODO regarding not calling
    FatalException if the try_catch is verbose.
    danbev committed May 15, 2017
    Configuration menu
    Copy the full SHA
    49abd1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af80be View commit details
    Browse the repository at this point in the history