Skip to content
  • eric@webkit.org's avatar
    2010-01-27 Kent Hansen <kent.hansen@nokia.com> · 82e6b783
    eric@webkit.org authored
            Reviewed by Simon Hausmann.
    
            [Qt] Meta-methods can't be introspected using ES5 API
            https://bugs.webkit.org/show_bug.cgi?id=34087
    
            Add getOwnPropertyDescriptor() and getOwnPropertyNames() reimplementations.
    
            Tests are in WebKit/qt/tests/qwebframe
    
            * bridge/qt/qt_runtime.cpp:
            (JSC::Bindings::QtRuntimeMetaMethod::getOwnPropertyDescriptor):
            (JSC::Bindings::QtRuntimeMetaMethod::getOwnPropertyNames):
            (JSC::Bindings::QtRuntimeConnectionMethod::getOwnPropertyDescriptor):
            (JSC::Bindings::QtRuntimeConnectionMethod::getOwnPropertyNames):
            * bridge/qt/qt_runtime.h:
    2010-01-27  Kent Hansen  <kent.hansen@nokia.com>
    
            Reviewed by Simon Hausmann.
    
            [Qt] Meta-methods can't be introspected using ES5 API
            https://bugs.webkit.org/show_bug.cgi?id=34087
    
            Test that Object.getOwnPropertyDescriptor and
            Object.getOwnPropertyNames work with meta-methods.
    
            * tests/qwebframe/tst_qwebframe.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53930 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    82e6b783