[Webkit-unassigned] [Bug 138051] New: Simplified IndexingType's hasAnyArrayStorage()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 24 11:51:42 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=138051
Bug ID: 138051
Summary: Simplified IndexingType's hasAnyArrayStorage()
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
IndexingType's hasAnyArrayStorage() currently does subtraction of ArrayStorageShape with the purpose of making non-ArrayStorage types underflow (with that subtraction) and have a result that exceeds SlowPutArrayStorageShape. What it is doing is basically checking for a shape value that is greater equal to ArrayStorageShape. We can just simplify the code as such.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141024/fcc6cbe2/attachment-0002.html>
More information about the webkit-unassigned
mailing list