Test Info
Library Name | v8 |
Version #1 | 5.4 |
Version #2 | 5.5 |
Arch | x86_64 |
Subject | Source Compatibility |
Test Results
Total Header Files | 11 |
Total Shared Libraries | 1 |
Total Symbols / Types | 469 / 451 |
Compatibility |
99.6% |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 69 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 3 |
Added Symbols 69
v8-inspector.h
namespace v8_inspector
StringBuffer::~StringBuffer [in-charge-deleting] ( )
[symbol: _ZN12v8_inspector12StringBufferD0Ev]
StringBuffer::~StringBuffer [in-charge] ( )
[symbol: _ZN12v8_inspector12StringBufferD1Ev]
StringBuffer::~StringBuffer [not-in-charge] ( )
[symbol: _ZN12v8_inspector12StringBufferD2Ev]
StringView::characters16 ( ) const
[symbol: _ZNK12v8_inspector10StringView12characters16Ev]
StringView::characters8 ( ) const
[symbol: _ZNK12v8_inspector10StringView11characters8Ev]
StringView::is8Bit ( ) const
[symbol: _ZNK12v8_inspector10StringView6is8BitEv]
StringView::length ( ) const
[symbol: _ZNK12v8_inspector10StringView6lengthEv]
StringView::StringView [in-charge] ( )
[symbol: _ZN12v8_inspector10StringViewC1Ev]
StringView::StringView [in-charge] ( uint16_t const* characters, size_t length )
[symbol: _ZN12v8_inspector10StringViewC1EPKtm]
StringView::StringView [in-charge] ( uint8_t const* characters, size_t length )
[symbol: _ZN12v8_inspector10StringViewC1EPKhm]
StringView::StringView [not-in-charge] ( )
[symbol: _ZN12v8_inspector10StringViewC2Ev]
StringView::StringView [not-in-charge] ( uint16_t const* characters, size_t length )
[symbol: _ZN12v8_inspector10StringViewC2EPKtm]
StringView::StringView [not-in-charge] ( uint8_t const* characters, size_t length )
[symbol: _ZN12v8_inspector10StringViewC2EPKhm]
V8ContextInfo::V8ContextInfo [in-charge] ( v8::Local<v8::Context> context, int contextGroupId, StringView const& humanReadableName )
[symbol: _ZN12v8_inspector13V8ContextInfoC1EN2v85LocalINS1_7ContextEEEiRKNS_10StringViewE]
V8ContextInfo::V8ContextInfo [not-in-charge] ( v8::Local<v8::Context> context, int contextGroupId, StringView const& humanReadableName )
[symbol: _ZN12v8_inspector13V8ContextInfoC2EN2v85LocalINS1_7ContextEEEiRKNS_10StringViewE]
V8Inspector::Channel::~Channel [in-charge-deleting] ( )
[symbol: _ZN12v8_inspector11V8Inspector7ChannelD0Ev]
V8Inspector::Channel::~Channel [in-charge] ( )
[symbol: _ZN12v8_inspector11V8Inspector7ChannelD1Ev]
V8Inspector::Channel::~Channel [not-in-charge] ( )
[symbol: _ZN12v8_inspector11V8Inspector7ChannelD2Ev]
V8Inspector::~V8Inspector [in-charge-deleting] ( )
[symbol: _ZN12v8_inspector11V8InspectorD0Ev]
V8Inspector::~V8Inspector [in-charge] ( )
[symbol: _ZN12v8_inspector11V8InspectorD1Ev]
V8Inspector::~V8Inspector [not-in-charge] ( )
[symbol: _ZN12v8_inspector11V8InspectorD2Ev]
V8InspectorClient::beginEnsureAllContextsInGroup ( int contextGroupId )
[symbol: _ZN12v8_inspector17V8InspectorClient29beginEnsureAllContextsInGroupEi]
V8InspectorClient::beginUserGesture ( )
[symbol: _ZN12v8_inspector17V8InspectorClient16beginUserGestureEv]
V8InspectorClient::cancelTimer ( void* data )
[symbol: _ZN12v8_inspector17V8InspectorClient11cancelTimerEPv]
V8InspectorClient::canExecuteScripts ( int contextGroupId )
[symbol: _ZN12v8_inspector17V8InspectorClient17canExecuteScriptsEi]
V8InspectorClient::consoleAPIMessage ( int contextGroupId, enum V8ConsoleAPIType p2, StringView const& message, StringView const& url, unsigned int lineNumber, unsigned int columnNumber, V8StackTrace* p7 )
[symbol: _ZN12v8_inspector17V8InspectorClient17consoleAPIMessageEiNS_16V8ConsoleAPITypeERKNS_10StringViewES4_jjPNS_12V8StackTraceE]
V8InspectorClient::consoleTime ( StringView const& title )
[symbol: _ZN12v8_inspector17V8InspectorClient11consoleTimeERKNS_10StringViewE]
V8InspectorClient::consoleTimeEnd ( StringView const& title )
[symbol: _ZN12v8_inspector17V8InspectorClient14consoleTimeEndERKNS_10StringViewE]
V8InspectorClient::consoleTimeStamp ( StringView const& title )
[symbol: _ZN12v8_inspector17V8InspectorClient16consoleTimeStampERKNS_10StringViewE]
V8InspectorClient::currentTimeMS ( )
[symbol: _ZN12v8_inspector17V8InspectorClient13currentTimeMSEv]
V8InspectorClient::endEnsureAllContextsInGroup ( int contextGroupId )
[symbol: _ZN12v8_inspector17V8InspectorClient27endEnsureAllContextsInGroupEi]
V8InspectorClient::endUserGesture ( )
[symbol: _ZN12v8_inspector17V8InspectorClient14endUserGestureEv]
V8InspectorClient::ensureDefaultContextInGroup ( int contextGroupId )
[symbol: _ZN12v8_inspector17V8InspectorClient27ensureDefaultContextInGroupEi]
V8InspectorClient::formatAccessorsAsProperties ( v8::Local<v8::Value> p1 )
[symbol: _ZN12v8_inspector17V8InspectorClient27formatAccessorsAsPropertiesEN2v85LocalINS1_5ValueEEE]
V8InspectorClient::installAdditionalCommandLineAPI ( v8::Local<v8::Context> p1, v8::Local<v8::Object> p2 )
[symbol: _ZN12v8_inspector17V8InspectorClient31installAdditionalCommandLineAPIEN2v85LocalINS1_7ContextEEENS2_INS1_6ObjectEEE]
V8InspectorClient::isInspectableHeapObject ( v8::Local<v8::Object> p1 )
[symbol: _ZN12v8_inspector17V8InspectorClient23isInspectableHeapObjectEN2v85LocalINS1_6ObjectEEE]
V8InspectorClient::memoryInfo ( v8::Isolate* p1, v8::Local<v8::Context> p2 )
[symbol: _ZN12v8_inspector17V8InspectorClient10memoryInfoEPN2v87IsolateENS1_5LocalINS1_7ContextEEE]
V8InspectorClient::muteMetrics ( int contextGroupId )
[symbol: _ZN12v8_inspector17V8InspectorClient11muteMetricsEi]
V8InspectorClient::quitMessageLoopOnPause ( )
[symbol: _ZN12v8_inspector17V8InspectorClient22quitMessageLoopOnPauseEv]
V8InspectorClient::runIfWaitingForDebugger ( int contextGroupId )
[symbol: _ZN12v8_inspector17V8InspectorClient23runIfWaitingForDebuggerEi]
V8InspectorClient::runMessageLoopOnPause ( int contextGroupId )
[symbol: _ZN12v8_inspector17V8InspectorClient21runMessageLoopOnPauseEi]
V8InspectorClient::startRepeatingTimer ( double p1, V8InspectorClient::TimerCallback p2, void* data )
[symbol: _ZN12v8_inspector17V8InspectorClient19startRepeatingTimerEdPFvPvES1_]
V8InspectorClient::unmuteMetrics ( int contextGroupId )
[symbol: _ZN12v8_inspector17V8InspectorClient13unmuteMetricsEi]
V8InspectorClient::valueSubtype ( v8::Local<v8::Value> p1 )
[symbol: _ZN12v8_inspector17V8InspectorClient12valueSubtypeEN2v85LocalINS1_5ValueEEE]
V8InspectorClient::~V8InspectorClient [in-charge-deleting] ( )
[symbol: _ZN12v8_inspector17V8InspectorClientD0Ev]
V8InspectorClient::~V8InspectorClient [in-charge] ( )
[symbol: _ZN12v8_inspector17V8InspectorClientD1Ev]
V8InspectorClient::~V8InspectorClient [not-in-charge] ( )
[symbol: _ZN12v8_inspector17V8InspectorClientD2Ev]
V8InspectorSession::Inspectable::~Inspectable [in-charge-deleting] ( )
[symbol: _ZN12v8_inspector18V8InspectorSession11InspectableD0Ev]
V8InspectorSession::Inspectable::~Inspectable [in-charge] ( )
[symbol: _ZN12v8_inspector18V8InspectorSession11InspectableD1Ev]
V8InspectorSession::Inspectable::~Inspectable [not-in-charge] ( )
[symbol: _ZN12v8_inspector18V8InspectorSession11InspectableD2Ev]
V8InspectorSession::~V8InspectorSession [in-charge-deleting] ( )
[symbol: _ZN12v8_inspector18V8InspectorSessionD0Ev]
V8InspectorSession::~V8InspectorSession [in-charge] ( )
[symbol: _ZN12v8_inspector18V8InspectorSessionD1Ev]
V8InspectorSession::~V8InspectorSession [not-in-charge] ( )
[symbol: _ZN12v8_inspector18V8InspectorSessionD2Ev]
V8StackTrace::~V8StackTrace [in-charge-deleting] ( )
[symbol: _ZN12v8_inspector12V8StackTraceD0Ev]
V8StackTrace::~V8StackTrace [in-charge] ( )
[symbol: _ZN12v8_inspector12V8StackTraceD1Ev]
V8StackTrace::~V8StackTrace [not-in-charge] ( )
[symbol: _ZN12v8_inspector12V8StackTraceD2Ev]
v8-platform.h
namespace v8
Platform::AddTraceStateObserver ( Platform::TraceStateObserver* p1 )
[symbol: _ZN2v88Platform21AddTraceStateObserverEPNS0_18TraceStateObserverE]
Platform::RemoveTraceStateObserver ( Platform::TraceStateObserver* p1 )
[symbol: _ZN2v88Platform24RemoveTraceStateObserverEPNS0_18TraceStateObserverE]
v8.h
namespace v8
EmbedderHeapTracer::NumberOfWrappersToTrace ( )
[symbol: _ZN2v818EmbedderHeapTracer23NumberOfWrappersToTraceEv]
EmbedderHeapTracer::TracePrologue ( )
[symbol: _ZN2v818EmbedderHeapTracer13TracePrologueEv]
EmbedderHeapTracer::TracePrologue ( EmbedderReachableReferenceReporter* reporter )
[symbol: _ZN2v818EmbedderHeapTracer13TracePrologueEPNS_34EmbedderReachableReferenceReporterE]
Object::CreationContext ( PersistentBase<Object>const& object ) [static]
[symbol: _ZN2v86Object15CreationContextERKNS_14PersistentBaseIS0_EE]
PropertyDescriptor::get_private ( ) const
[symbol: _ZNK2v818PropertyDescriptor11get_privateEv]
ValueDeserializer::Delegate::~Delegate [in-charge-deleting] ( )
[symbol: _ZN2v817ValueDeserializer8DelegateD0Ev]
ValueDeserializer::Delegate::~Delegate [in-charge] ( )
[symbol: _ZN2v817ValueDeserializer8DelegateD1Ev]
ValueDeserializer::Delegate::~Delegate [not-in-charge] ( )
[symbol: _ZN2v817ValueDeserializer8DelegateD2Ev]
ValueSerializer::Delegate::~Delegate [in-charge-deleting] ( )
[symbol: _ZN2v815ValueSerializer8DelegateD0Ev]
ValueSerializer::Delegate::~Delegate [in-charge] ( )
[symbol: _ZN2v815ValueSerializer8DelegateD1Ev]
ValueSerializer::Delegate::~Delegate [not-in-charge] ( )
[symbol: _ZN2v815ValueSerializer8DelegateD2Ev]
to the top
Removed Symbols 2
v8-tracing.h
namespace v8::platform::tracing
TracingController::TracingController [in-charge] ( )
[symbol: _ZN2v88platform7tracing17TracingControllerC1Ev]
TracingController::TracingController [not-in-charge] ( )
[symbol: _ZN2v88platform7tracing17TracingControllerC2Ev]
to the top
Problems with Constants, Low Severity 3
v8-version.h
[+] V8_BUILD_NUMBER
|
Change |
Effect |
1 |
The value of constant V8_BUILD_NUMBER has been changed from 500 to 372. |
Recompilation of a client program may be broken. |
[+] V8_MINOR_VERSION
|
Change |
Effect |
1 |
The value of constant V8_MINOR_VERSION has been changed from 4 to 5. |
Recompilation of a client program may be broken. |
[+] V8_PATCH_LEVEL
|
Change |
Effect |
1 |
The value of constant V8_PATCH_LEVEL has been changed from 40 to 22. |
Recompilation of a client program may be broken. |
to the top
Header Files 11
libplatform.h
v8-debug.h
v8-experimental.h
v8-platform.h
v8-profiler.h
v8-testing.h
v8-tracing.h
v8-util.h
v8-version.h
v8.h
v8config.h
to the top
Shared Libraries 1
libv8.so.3.14.5
to the top