Bug 34749

Summary: [Qt] QScriptEngine should contain nullValue and undefinedValue methods
Product: WebKit Reporter: Jędrzej Nowacki <jedrzej.nowacki>
Component: JavaScriptCoreAssignee: Jędrzej Nowacki <jedrzej.nowacki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 31863    
Attachments:
Description Flags
Fix v1 none

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.