Binary compatibility report for the V8 library between 3.18.5.15 and 3.19.0 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.18.5.15 |
Version #2 | 3.19.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 549 / 373 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 12 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (12)
v8.h,
libv8.so
namespace v8
Uint8ClampedArray::New ( Handle<ArrayBuffer> array_buffer, size_t byte_offset, size_t length ) [static]
[symbol: _ZN2v817Uint8ClampedArray3NewENS_6HandleINS_11ArrayBufferEEEjj]
Value::IsArrayBuffer ( ) const
[symbol: _ZNK2v85Value13IsArrayBufferEv]
Value::IsFloat32Array ( ) const
[symbol: _ZNK2v85Value14IsFloat32ArrayEv]
Value::IsFloat64Array ( ) const
[symbol: _ZNK2v85Value14IsFloat64ArrayEv]
Value::IsInt16Array ( ) const
[symbol: _ZNK2v85Value12IsInt16ArrayEv]
Value::IsInt32Array ( ) const
[symbol: _ZNK2v85Value12IsInt32ArrayEv]
Value::IsInt8Array ( ) const
[symbol: _ZNK2v85Value11IsInt8ArrayEv]
Value::IsTypedArray ( ) const
[symbol: _ZNK2v85Value12IsTypedArrayEv]
Value::IsUint16Array ( ) const
[symbol: _ZNK2v85Value13IsUint16ArrayEv]
Value::IsUint32Array ( ) const
[symbol: _ZNK2v85Value13IsUint32ArrayEv]
Value::IsUint8Array ( ) const
[symbol: _ZNK2v85Value12IsUint8ArrayEv]
Value::IsUint8ClampedArray ( ) const
[symbol: _ZNK2v85Value19IsUint8ClampedArrayEv]
to the top
Problems with Symbols, Low Severity (1)
v8.h
namespace v8::internal
[+] Internals::kContextEmbedderDataIndex [data] (1)
[symbol: _ZN2v88internal9Internals25kContextEmbedderDataIndexE]
| Change | Effect |
---|
1 | The initial value of this global data has been changed from 64 to 65. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
to the top
Header Files (5)
v8-preparser.h
v8-profiler.h
v8-testing.h
v8.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top