Bug 34749 - [Qt] QScriptEngine should contain nullValue and undefinedValue methods
Summary: [Qt] QScriptEngine should contain nullValue and undefinedValue methods
Status: RESOLVED FIXED
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:
Blocks: 31863
  Show dependency treegraph
 
Reported: 2010-02-09 06:56 PST by Jędrzej Nowacki
Modified: 2010-02-09 18:53 PST (History)
1 user (show)

See Also:


Attachments
Fix v1 (3.13 KB, patch)
2010-02-09 07:01 PST, Jędrzej Nowacki
no flags 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 2010-02-09 06:56:18 PST
Current implementation of QtScript's QScriptEngine is lacking nullValue() and undefinedValue() methods. The methods should return a null and an undefined QScriptValues.
Comment 1 Jędrzej Nowacki 2010-02-09 07:01:42 PST
Created attachment 48410 [details]
Fix v1

Implementation of the functions
Comment 2 WebKit Commit Bot 2010-02-09 18:53:11 PST
Comment on attachment 48410 [details]
Fix v1

Clearing flags on attachment: 48410

Committed r54580: <http://trac.webkit.org/changeset/54580>
Comment 3 WebKit Commit Bot 2010-02-09 18:53:16 PST
All reviewed patches have been landed.  Closing bug.