Binary compatibility report for the V8 library  between 3.19.2.1 and 3.19.3 versions on x86

Test Info


Library NameV8
Version #13.19.2.1
Version #23.19.3
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files5
Total Shared Libraries1
Total Symbols / Types571 / 380
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-8
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (8)


v8.h, libv8.so
namespace v8
FunctionTemplate::New ( FunctionCallback callback, Handle<Value> data, Handle<Signature> signature, int length ) [static]
FunctionTemplate::SetCallHandler ( FunctionCallback callback, Handle<Value> data )
Number::New ( Isolate* isolate, double value ) [static]
Object::SetAccessor ( Handle<String> name, AccessorGetterCallback getter, AccessorSetterCallback setter, Handle<Value> data, enum AccessControl settings, enum PropertyAttribute attribute )
ObjectTemplate::SetAccessor ( Handle<String> name, AccessorGetterCallback getter, AccessorSetterCallback setter, Handle<Value> data, enum AccessControl settings, enum PropertyAttribute attribute, Handle<AccessorSignature> signature )
ObjectTemplate::SetCallAsFunctionHandler ( FunctionCallback callback, Handle<Value> data )
ObjectTemplate::SetIndexedPropertyHandler ( IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter, IndexedPropertyQueryCallback query, IndexedPropertyDeleterCallback deleter, IndexedPropertyEnumeratorCallback enumerator, Handle<Value> data )
ObjectTemplate::SetNamedPropertyHandler ( NamedPropertyGetterCallback getter, NamedPropertySetterCallback setter, NamedPropertyQueryCallback query, NamedPropertyDeleterCallback deleter, NamedPropertyEnumeratorCallback enumerator, Handle<Value> data )

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




Generated on Thu May 23 07:46:39 2013 for V8 by ABI Compliance Checker 2.0  
A tool for checking backward compatibility of a C/C++ library API