Commit ID a8f13db7bff96dc165ce56afbcd7871af5e1cc4b
|
Contributor: | Terrence Cole | Files Modified: | 1 |
| Date: | 16-May-2012 at 19:01 | Lines Added: | 4 | |
| Repository: | http://hg.mozilla.org/mozilla-central | Lines Removed: | 2 | |
| Commit Comment: | Bug 743854 - Do not call init on ArrayBuffer slots in NewObject. r=billm ArrayBuffers use slotSpan to store their inline size. If we try to initialize these, then we end up with their address in the StoreBuffer, but with arbitrary bytes written in these fields by TypeArrays. This patch uses an exact class test to prevent this initialization behavior. |
|||
| Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed | |
|---|---|---|---|---|---|---|---|
| C++ | 4 | 2 | 0 | 0 | 0 | 0 | |
| File | Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed |
|---|---|---|---|---|---|---|---|
| js/src/jsobjinlines.h | C++ | 4 | 2 | 0 | 0 | 0 | 0 |
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.