[Webkit-unassigned] [Bug 29031] [v8] speed up access to windows impl from various methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 23 14:18:09 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29031


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39853|review?                     |review+
               Flag|                            |




--- Comment #8 from Adam Barth <abarth at webkit.org>  2009-09-23 14:18:09 PDT ---
(From update of attachment 39853)
This looks great.  Much easier to understand than the last round.  One
question:

+namespace v8 {
+Handle<Value> GetRealNamedProperty(
+      Handle<Object> object,
+      Handle<String> key);
+}

Shouldn't this be in a v8 header file?  As written, it looks like it's grabbing
at some random symbol in V8.

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



More information about the webkit-unassigned mailing list