Binary compatibility report for the V8 library  between 3.18.2 and 3.18.3 versions on x86

Test Info


Library NameV8
Version #13.18.2
Version #23.18.3
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files5
Total Shared Libraries1
Total Symbols / Types529 / 341
VerdictIncompatible
(0.9%)

Problem Summary


SeverityCount
Added Symbols-5
Removed SymbolsHigh5
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (5)


v8.h, libv8.so
namespace v8
String::NewFromOneByte ( Isolate* isolate, uint8_t const* data, enum String::NewStringType type, int length ) [static]
String::NewFromTwoByte ( Isolate* isolate, uint16_t const* data, enum String::NewStringType type, int length ) [static]
String::NewFromUtf8 ( Isolate* isolate, char const* data, enum String::NewStringType type, int length ) [static]
TryCatch::HasTerminated ( ) const
V8::CancelTerminateExecution Isolate* isolate ) [static]

to the top

Removed Symbols (5)


v8.h, libv8.so
namespace v8
String::New ( char const* data, int length ) [static]
String::New ( uint16_t const* data, int length ) [static]
String::NewSymbol ( char const* data, int length ) [static]
String::NewUndetectable ( char const* data, int length ) [static]
String::NewUndetectable ( uint16_t const* data, int length ) [static]

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 Apr 25 05:38:06 2013 for V8 by ABI Compliance Checker 1.99  
A tool for checking backward compatibility of a C/C++ library API