Skip to content
  • Milan Crha's avatar
    Clear JSCContext exceptions after the call · ced1e329
    Milan Crha authored
    The JSCContext keeps exceptions between multiple calls, thus when one
    call fails the consecutive calls would reuse the previous exception
    until it is explicitly cleared, even though the following call succeeded
    without any issue.
    ced1e329