Binary compatibility report for the V8 library  between 3.21.4.1 and 3.21.5 versions on x86

Test Info


Library NameV8
Version #13.21.4.1
Version #23.21.5
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files5
Total Shared Libraries1
Total Symbols / Types568 / 378
VerdictIncompatible
(1.8%)

Problem Summary


SeverityCount
Added Symbols-1
Removed SymbolsHigh10
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (1)


v8.h, libv8.so
namespace v8
FunctionTemplate::RemovePrototype ( )

to the top

Removed Symbols (10)


v8-profiler.h, libv8.so
namespace v8
CpuProfileNode::GetSelfTime ( ) const
CpuProfileNode::GetTotalSamplesCount ( ) const
CpuProfileNode::GetTotalTime ( ) const

v8.h, libv8.so
namespace v8
FunctionTemplate::New ( InvocationCallback callback, Handle<Value> data, Handle<Signature> signature, int length ) [static]
FunctionTemplate::SetCallHandler ( InvocationCallback callback, Handle<Value> data )
Object::SetAccessor ( Handle<String> name, AccessorGetter getter, AccessorSetter setter, Handle<Value> data, enum AccessControl settings, enum PropertyAttribute attribute )
ObjectTemplate::SetAccessor ( Handle<String> name, AccessorGetter getter, AccessorSetter setter, Handle<Value> data, enum AccessControl settings, enum PropertyAttribute attribute, Handle<AccessorSignature> signature )
ObjectTemplate::SetCallAsFunctionHandler ( InvocationCallback callback, Handle<Value> data )
ObjectTemplate::SetIndexedPropertyHandler ( IndexedPropertyGetter getter, IndexedPropertySetter setter, IndexedPropertyQuery query, IndexedPropertyDeleter deleter, IndexedPropertyEnumerator enumerator, Handle<Value> data )
ObjectTemplate::SetNamedPropertyHandler ( NamedPropertyGetter getter, NamedPropertySetter setter, NamedPropertyQuery query, NamedPropertyDeleter deleter, NamedPropertyEnumerator enumerator, Handle<Value> data )

to the top

Header Files (5)


v8-preparser.h
v8-profiler.h
v8.h
v8config.h
v8stdint.h

to the top

Shared Libraries (1)


libv8.so

to the top




Generated on Thu Aug 29 05:09:54 2013 for V8 by ABI Compliance Checker 1.99.8.2  
A tool for checking backward compatibility of a C/C++ library API