[Webkit-unassigned] [Bug 155328] New: [JSC] Add ArrayBuffer::tryCreate and change the callsites where it is needed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 15:02:43 PST 2016


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

            Bug ID: 155328
           Summary: [JSC] Add ArrayBuffer::tryCreate and change the
                    callsites where it is needed
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jh718.park at samsung.com

Add ArrayBuffer::tryCreate in which it can return null, and it ensures that ArrayBuffer::create doesn't return null.
And change the callsites to use ArrayBuffer::tryCreate where it cares about null.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160310/96404275/attachment.html>


More information about the webkit-unassigned mailing list