Bug 39114 - [Qt] QScriptEngine API should contain a newObject function
Summary: [Qt] QScriptEngine API should contain a newObject function
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, QtTriaged
Depends on:
Blocks: 31863
  Show dependency treegraph
 
Reported: 2010-05-14 06:22 PDT by Jędrzej Nowacki
Modified: 2010-06-02 17:27 PDT (History)
4 users (show)

See Also:


Attachments
Fix v1 (4.41 KB, patch)
2010-05-14 06:27 PDT, 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-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.