WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
41678
[Qt] QtScript should provide an API for accessing the JS environment from slots
https://bugs.webkit.org/show_bug.cgi?id=41678
Summary
[Qt] QtScript should provide an API for accessing the JS environment from slots
Kent Hansen
Reported
2010-07-06 03:15:08 PDT
See
http://doc.trolltech.com/latest/qscriptable.html
This API effectively gives a C++ slot access to the this-object and arguments when the slot is invoked from JS. It's most useful for implementing a QObject-based prototype object. It can also be used to implement slots that can take an arbitrary number of arguments (normally the "extra" arguments would be discarded when calling the slot).
Attachments
Add attachment
proposed patch, testcase, etc.
Jędrzej Nowacki
Comment 1
2011-07-07 07:49:28 PDT
Porting QtScript API over JSC C API will not be continued.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug