Binary compatibility report for the V8 library between 3.25.23 and 3.25.24 versions on x86
Test Info
Library Name | V8 |
Version #1 | 3.25.23 |
Version #2 | 3.25.24 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 578 / 419 |
Verdict | Incompatible (1.7%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 5 |
Removed Symbols | High | 10 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (5)
v8.h,
libv8.so
namespace v8
Object::SetAccessorProperty ( Local<String> name, Local<Function> getter, Handle<Function> setter, enum PropertyAttribute attribute, enum AccessControl settings )
[symbol: _ZN2v86Object19SetAccessorPropertyENS_5LocalINS_6StringEEENS1_INS_8FunctionEEENS_6HandleIS4_EENS_17PropertyAttributeENS_13AccessControlE]
Private::ForApi ( Isolate* isolate, Local<String> name ) [static]
[symbol: _ZN2v87Private6ForApiEPNS_7IsolateENS_5LocalINS_6StringEEE]
Symbol::For ( Isolate* isolate, Local<String> name ) [static]
[symbol: _ZN2v86Symbol3ForEPNS_7IsolateENS_5LocalINS_6StringEEE]
Symbol::ForApi ( Isolate* isolate, Local<String> name ) [static]
[symbol: _ZN2v86Symbol6ForApiEPNS_7IsolateENS_5LocalINS_6StringEEE]
Symbol::New ( Isolate* isolate, Local<String> name ) [static]
[symbol: _ZN2v86Symbol3NewEPNS_7IsolateENS_5LocalINS_6StringEEE]
to the top
Removed Symbols (10)
v8.h,
libv8.so
namespace v8
Context::HasOutOfMemoryException ( )
[symbol: _ZN2v87Context23HasOutOfMemoryExceptionEv]
ScriptCompiler::Source::GetCachedData ( ) const
[symbol: _ZNK2v814ScriptCompiler6Source13GetCachedDataEv]
ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptCompiler::CachedData* cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEEPNS0_10CachedDataE]
ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData* cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC1ENS_5LocalINS_6StringEEERKNS_12ScriptOriginEPNS0_10CachedDataE]
ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptCompiler::CachedData* cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEEPNS0_10CachedDataE]
ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData* cached_data )
[symbol: _ZN2v814ScriptCompiler6SourceC2ENS_5LocalINS_6StringEEERKNS_12ScriptOriginEPNS0_10CachedDataE]
ScriptCompiler::Source::~Source [in-charge] ( )
[symbol: _ZN2v814ScriptCompiler6SourceD1Ev]
ScriptCompiler::Source::~Source [not-in-charge] ( )
[symbol: _ZN2v814ScriptCompiler6SourceD2Ev]
Symbol::New ( Isolate* isolate, char const* data, int length ) [static]
[symbol: _ZN2v86Symbol3NewEPNS_7IsolateEPKci]
V8::IgnoreOutOfMemoryException ( ) [static]
[symbol: _ZN2v82V826IgnoreOutOfMemoryExceptionEv]
to the top
Problems with Symbols, High Severity (1)
v8.h,
libv8.so
namespace v8
[+] Symbol::New ( Isolate* isolate, char const* data, int length ) [static] (1)
changed to:Symbol::New ( Isolate* isolate, Local<String> name ) [static]
[symbol: _ZN2v86Symbol3NewEPNS_7IsolateEPKci]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2v86Symbol3NewEPNS_7IsolateEPKci to _ZN2v86Symbol3NewEPNS_7IsolateENS_5LocalINS_6StringEEE. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (6)
v8-platform.h
v8-profiler.h
v8-util.h
v8.h
v8config.h
v8stdint.h
to the top
Shared Libraries (1)
libv8.so
to the top