Bug 39114

Summary: [Qt] QScriptEngine API should contain a newObject function
Product: WebKit Reporter: Jędrzej Nowacki <jedrzej.nowacki>
Component: JavaScriptCoreAssignee: Jędrzej Nowacki <jedrzej.nowacki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jedrzej.nowacki, kenneth, kent.hansen
Priority: P2 Keywords: Qt, QtTriaged
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-05-14 06:22:03 PDT
QScriptEngine API should contain a newObject function, that return a default object of Object class.
It should look like http://doc.trolltech.com/4.6/qscriptengine.html#newObject

For now it is enough to have an argument less one, as a QScriptClass class hasn't been implemented yet.
Comment 1 Jędrzej Nowacki 2010-05-14 06:27:51 PDT
Created attachment 56065 [details]
Fix v1
Comment 2 WebKit Commit Bot 2010-06-02 17:27:52 PDT
Comment on attachment 56065 [details]
Fix v1

Clearing flags on attachment: 56065

Committed r60583: <http://trac.webkit.org/changeset/60583>
Comment 3 WebKit Commit Bot 2010-06-02 17:27:58 PDT
All reviewed patches have been landed.  Closing bug.