[Webkit-unassigned] [Bug 30745] New: [v8] implement ReturnsNew IDL hint for V8 code generator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 24 11:52:10 PDT 2009


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

           Summary: [v8] implement ReturnsNew IDL hint for V8 code
                    generator
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org


In IDL some methods has ReturnsNew tag which guarantees that results of such
methods are fresh objects.  It allows to skip checks for presence of the
wrapper for the object.

-- 
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