[Webkit-unassigned] [Bug 32335] New: [v8] in Debug builds create an additional handle scope when doing debug build checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 11:35:59 PST 2009


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

           Summary: [v8] in Debug builds create an additional handle scope
                    when doing debug build checks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org


As of now, v8::Object::GetPointerFromInternalField doesn't require handle
scope.  However, in Debug builds we do some checks before accessing it which
require handle scope (as they use GetInternalField method, for example).  Thus
we need an additional handle scope in debug builds (only).

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