Binary compatibility report for the V8 library  between 3.25.11 and 3.25.12 versions on x86

Test Info


Library NameV8
Version #13.25.11
Version #23.25.12
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files5
Total Shared Libraries1
Total Symbols / Types553 / 396
VerdictIncompatible
(1.1%)

Problem Summary


SeverityCount
Added Symbols-14
Removed SymbolsHigh6
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High1
Medium0
Low1
Problems with
Constants
Low0

Added Symbols (14)


v8-profiler.h, libv8.so
namespace v8
CpuProfiler::StartProfiling ( Handle<String> title, bool record_samples )
CpuProfiler::StopProfiling Handle<String> title )

v8.h, libv8.so
namespace v8
Script::Compile ( Handle<String> source, Handle<String> file_name ) [static]
Script::GetUnboundScript ( )
ScriptCompiler::Compile ( Isolate* isolate, ScriptCompiler::Source const& source, enum ScriptCompiler::CompileOptions options ) [static]
ScriptCompiler::CompileUnbound ( Isolate* isolate, ScriptCompiler::Source const& source, enum ScriptCompiler::CompileOptions options ) [static]
ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptCompiler::CachedData const& cached_data )
ScriptCompiler::Source::Source [in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData const& cached_data )
ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptCompiler::CachedData const& cached_data )
ScriptCompiler::Source::Source [not-in-charge] ( Local<String> source_string, ScriptOrigin const& origin, ScriptCompiler::CachedData const& cached_data )
UnboundScript::BindToCurrentContext ( )
UnboundScript::GetId ( )
UnboundScript::GetLineNumber int code_pos )
UnboundScript::GetScriptName ( )

to the top

Removed Symbols (6)


v8.h, libv8.so
namespace v8
Script::Compile ( Handle<String> source, Handle<Value> file_name ) [static]
Script::GetId ( )
Script::GetLineNumber int code_pos )
Script::GetScriptName ( )
Script::New ( Handle<String> source, Handle<Value> file_name ) [static]
Script::New ( Handle<String> source, ScriptOrigin* origin, ScriptData* pre_data ) [static]

to the top

Problems with Symbols, High Severity (1)


v8.h, libv8.so
namespace v8
[+] Script::Compile ( Handle<String> source, Handle<Value> file_name ) [static] (1)

to the top

Problems with Symbols, Low Severity (1)


v8.h, libv8.so
namespace v8
[+] Script::Compile ( Handle<String> source, ScriptOrigin* origin, ScriptData* pre_data ) [static] (1)

to the top

Header Files (5)


v8-platform.h
v8-profiler.h
v8.h
v8config.h
v8stdint.h

to the top

Shared Libraries (1)


libv8.so

to the top




Generated on Sat Mar 15 01:14:26 2014 for V8 by ABI Compliance Checker 1.99.9  
A tool for checking backward compatibility of a C/C++ library API