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

Fix interop stack trace unwind (#1202) #1213

Merged
merged 2 commits into from
Jul 2, 2022

Commits on Jul 1, 2022

  1. Fix interop stack trace unwind (sebastienros#1202)

    * remove quick patch from JintTryStatement introduced in sebastienros#853
    * implement "ideal" solution described in sebastienros#853 (try/finally in Engine.Call and Engine.Construct)
    * change behaviour of JavaScriptException.SetJavaScriptCallstack() so that it will not overwrite the existing stack trace unless explicitly told to
    * add test
    resnickj committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    325a429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991dbd9 View commit details
    Browse the repository at this point in the history