Bug 32608 - [Qt] Fix QJavaScriptEngine::evaluate.
Summary: [Qt] Fix QJavaScriptEngine::evaluate.
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jędrzej Nowacki
URL:
Keywords: Qt
Depends on: 32607
Blocks:
  Show dependency treegraph
 
Reported: 2009-12-16 06:02 PST by Jędrzej Nowacki
Modified: 2010-01-04 06:28 PST (History)
2 users (show)

See Also:


Attachments
patch v1 (2.45 KB, patch)
2009-12-16 06:07 PST, Jędrzej Nowacki
jedrzej.nowacki: review-
jedrzej.nowacki: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jędrzej Nowacki 2009-12-16 06:02:30 PST
Evaluating a script that throw an unhandled exception should return an invalid value.

The bug apply only if the bug 32607 will be accepted to commit.
Comment 1 Jędrzej Nowacki 2009-12-16 06:07:09 PST
Created attachment 44969 [details]
patch v1

The patch should be landed after the bug 32607.
Comment 2 Jędrzej Nowacki 2010-01-04 06:28:57 PST
The base patch (bug 32565) wasn't accepted, so the bug is not valid.