[Webkit-unassigned] [Bug 15931] Eliminate Instance::createBindingForLanguageInstance()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 18:05:27 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15931


michael.goddard at trolltech.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.goddard at trolltech.co
                   |                            |m




------- Comment #1 from michael.goddard at trolltech.com  2007-12-20 18:05 PDT -------
Hmm.. I'd like to see the ability to use Object.prototype functions (like
hasOwnProperty etc) on runtime objects (in particular Qt ones).. either
RuntimeObjectImp inherits from Object, or certain functions are copied over, or
different language bindings could have different runtime JSObjects..

If the callers have to instantiate the object wrappers directly, this would be
a bit more difficult than having a centralized convenience function.

I don't like having the Instance API itself (the non static functions) exposed,
however, since I don't think they add value.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list