Binary compatibility report for the V8 library between 3.18.2 and 3.18.3 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.18.2 |
Version #2 | 3.18.3 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 1 |
Total Symbols / Types | 529 / 341 |
Verdict | Incompatible (0.9%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 5 |
Removed Symbols | High | 5 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (5)
v8.h,
libv8.so
namespace v8
String::NewFromOneByte ( Isolate* isolate, uint8_t const* data, enum String::NewStringType type, int length ) [static]
[symbol: _ZN2v86String14NewFromOneByteEPNS_7IsolateEPKhNS0_13NewStringTypeEi]
String::NewFromTwoByte ( Isolate* isolate, uint16_t const* data, enum String::NewStringType type, int length ) [static]
[symbol: _ZN2v86String14NewFromTwoByteEPNS_7IsolateEPKtNS0_13NewStringTypeEi]
String::NewFromUtf8 ( Isolate* isolate, char const* data, enum String::NewStringType type, int length ) [static]
[symbol: _ZN2v86String11NewFromUtf8EPNS_7IsolateEPKcNS0_13NewStringTypeEi]
TryCatch::HasTerminated ( ) const
[symbol: _ZNK2v88TryCatch13HasTerminatedEv]
V8::CancelTerminateExecution ( Isolate* isolate ) [static]
[symbol: _ZN2v82V824CancelTerminateExecutionEPNS_7IsolateE]
to the top
Removed Symbols (5)
v8.h,
libv8.so
namespace v8
String::New ( char const* data, int length ) [static]
[symbol: _ZN2v86String3NewEPKci]
String::New ( uint16_t const* data, int length ) [static]
[symbol: _ZN2v86String3NewEPKti]
String::NewSymbol ( char const* data, int length ) [static]
[symbol: _ZN2v86String9NewSymbolEPKci]
String::NewUndetectable ( char const* data, int length ) [static]
[symbol: _ZN2v86String15NewUndetectableEPKci]
String::NewUndetectable ( uint16_t const* data, int length ) [static]
[symbol: _ZN2v86String15NewUndetectableEPKti]
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