Binary compatibility report for the V8 library from version 3.3.1 to 3.3.3 on x86
Test Info
Library Name | V8 |
---|
Version #1 | 3.3.1 |
---|
Version #2 | 3.3.3 |
---|
CPU Architecture | x86 |
---|
GCC Version | 4.5 |
---|
Test Results Summary
Total Header Files | 5 |
---|
Total Shared Libraries | 1 |
---|
Total Symbols / Types | 393 / 147 |
---|
Verdict | Incompatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 5 |
---|
Removed Symbols | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 1 |
Low | 0 |
Problems with Symbols | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
---|
Added Symbols (5)
,
libv8.so
namespace v8
Object::HasOwnProperty ( Handle<String> key )
[ symbol: _ZN2v86Object14HasOwnPropertyENS_6HandleINS_6StringEEE ]
V8::GetCompressedStartupData ( StartupData* compressed_data ) [static]
[ symbol: _ZN2v82V824GetCompressedStartupDataEPNS_11StartupDataE ]
V8::GetCompressedStartupDataAlgorithm ( ) [static]
[ symbol: _ZN2v82V833GetCompressedStartupDataAlgorithmEv ]
V8::GetCompressedStartupDataCount ( ) [static]
[ symbol: _ZN2v82V829GetCompressedStartupDataCountEv ]
V8::SetDecompressedStartupData ( StartupData* decompressed_data ) [static]
[ symbol: _ZN2v82V826SetDecompressedStartupDataEPNS_11StartupDataE ]
to the top
Problems with Data Types, Medium Severity (1)
namespace v8
[+] ExternalArrayType (1)
| Change |
Effect |
1 | Value of member kExternalPixelArray has been changed from 8 to 9. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (2)
Object::GetIndexedPropertiesExternalArrayDataType ( ):
Return value has type 'ExternalArrayType'.
Object::SetIndexedPropertiesToExternalArrayData ( void* data, ExternalArrayType array_type, int number_of_elements ):
2nd parameter 'array_type' has type 'ExternalArrayType'.
to the top
Header Files (5)
to the top
Shared Libraries (1)
libv8.so
to the top