Public symbols in libv8.so.2 (2.4.8-MeeGo 1.2 Core) on x86
Total: 384


v8-profiler.h, libv8.so.2.4.8
namespace v8
CpuProfile::GetBottomUpRoot ( ) const
CpuProfile::GetTitle ( ) const
CpuProfile::GetTopDownRoot ( ) const
CpuProfile::GetUid ( ) const
CpuProfileNode::GetCallUid ( ) const
CpuProfileNode::GetChild int index ) const
CpuProfileNode::GetChildrenCount ( ) const
CpuProfileNode::GetFunctionName ( ) const
CpuProfileNode::GetLineNumber ( ) const
CpuProfileNode::GetScriptResourceName ( ) const
CpuProfileNode::GetSelfSamplesCount ( ) const
CpuProfileNode::GetSelfTime ( ) const
CpuProfileNode::GetTotalSamplesCount ( ) const
CpuProfileNode::GetTotalTime ( ) const
CpuProfiler::FindProfile ( unsigned int uid, Handle<Value> security_token ) [static]
CpuProfiler::GetProfile int index, Handle<Value> security_token ) [static]
CpuProfiler::GetProfilesCount ( ) [static]
CpuProfiler::StartProfiling Handle<String> title ) [static]
CpuProfiler::StopProfiling ( Handle<String> title, Handle<Value> security_token ) [static]
HeapGraphEdge::GetFromNode ( ) const
HeapGraphEdge::GetName ( ) const
HeapGraphEdge::GetToNode ( ) const
HeapGraphEdge::GetType ( ) const
HeapGraphNode::GetChild int index ) const
HeapGraphNode::GetChildrenCount ( ) const
HeapGraphNode::GetId ( ) const
HeapGraphNode::GetInstancesCount ( ) const
HeapGraphNode::GetName ( ) const
HeapGraphNode::GetReachableSize ( ) const
HeapGraphNode::GetRetainedSize ( ) const
HeapGraphNode::GetRetainer int index ) const
HeapGraphNode::GetRetainersCount ( ) const
HeapGraphNode::GetRetainingPath int index ) const
HeapGraphNode::GetRetainingPathsCount ( ) const
HeapGraphNode::GetSelfSize ( ) const
HeapGraphNode::GetType ( ) const
HeapGraphPath::GetEdge int index ) const
HeapGraphPath::GetEdgesCount ( ) const
HeapGraphPath::GetFromNode ( ) const
HeapGraphPath::GetToNode ( ) const
HeapProfiler::FindSnapshot unsigned int uid ) [static]
HeapProfiler::GetSnapshot int index ) [static]
HeapProfiler::GetSnapshotsCount ( ) [static]
HeapProfiler::TakeSnapshot ( Handle<String> title, HeapSnapshot::Type type ) [static]
HeapSnapshot::CompareWith HeapSnapshot const* snapshot ) const
HeapSnapshot::GetRoot ( ) const
HeapSnapshot::GetTitle ( ) const
HeapSnapshot::GetType ( ) const
HeapSnapshot::GetUid ( ) const
HeapSnapshot::Serialize ( OutputStream* stream, HeapSnapshot::SerializationFormat format ) const
HeapSnapshotsDiff::GetAdditionsRoot ( ) const
HeapSnapshotsDiff::GetDeletionsRoot ( ) const

v8.h, libv8.so.2.4.8
namespace v8
Array::CheckCast Value* obj ) [static]
Array::CloneElementAt uint32_t index )
Array::Length ( ) const
Array::New int length ) [static]
Boolean::Value ( ) const
Context::DetachGlobal ( )
Context::Enter ( )
Context::Exit ( )
Context::GetCalling ( ) [static]
Context::GetCurrent ( ) [static]
Context::GetData ( )
Context::GetEntered ( ) [static]
Context::GetSecurityToken ( )
Context::Global ( )
Context::HasOutOfMemoryException ( )
Context::InContext ( ) [static]
Context::New ( ExtensionConfiguration* extensions, Handle<ObjectTemplate> global_template, Handle<Value> global_object ) [static]
Context::ReattachGlobal Handle<Object> global_object )
Context::SetData Handle<String> data )
Context::SetSecurityToken Handle<Value> token )
Context::UseDefaultSecurityToken ( )
Date::CheckCast Value* obj ) [static]
Date::New double time ) [static]
Date::NumberValue ( ) const
Exception::Error Handle<String> message ) [static]
Exception::RangeError Handle<String> message ) [static]
Exception::ReferenceError Handle<String> message ) [static]
Exception::SyntaxError Handle<String> message ) [static]
Exception::TypeError Handle<String> message ) [static]
Extension::Extension [in-charge] ( char const* name, char const* source, int dep_count, char const** deps )
Extension::Extension [not-in-charge] ( char const* name, char const* source, int dep_count, char const** deps )
Extension::GetNativeFunction Handle<String> name )
Extension::~Extension [in-charge-deleting] ( )
Extension::~Extension [in-charge] ( )
Extension::~Extension [not-in-charge] ( )
External::CheckCast Value* obj ) [static]
External::FullUnwrap Handle<Value> obj ) [static]
External::New void* value ) [static]
External::Value ( ) const
External::Wrap void* data ) [static]
False ( )
Function::Call ( Handle<Object> recv, int argc, Handle<Value>* argv )
Function::CheckCast Value* obj ) [static]
Function::GetName ( ) const
Function::GetScriptLineNumber ( ) const
Function::GetScriptOrigin ( ) const
Function::kLineOffsetNotFound [data]
Function::NewInstance ( ) const
Function::NewInstance int argc, Handle<Value>* argv ) const
Function::SetName Handle<String> name )
FunctionTemplate::AddInstancePropertyAccessor ( Handle<String> name, AccessorGetter getter, AccessorSetter setter, Handle<Value> data, AccessControl settings, PropertyAttribute attributes )
FunctionTemplate::GetFunction ( )
FunctionTemplate::HasInstance Handle<Value> object )
FunctionTemplate::Inherit Handle<FunctionTemplate> parent )
FunctionTemplate::InstanceTemplate ( )
FunctionTemplate::New ( InvocationCallback callback, Handle<Value> data, Handle<Signature> signature ) [static]
FunctionTemplate::PrototypeTemplate ( )
FunctionTemplate::SetCallHandler ( InvocationCallback callback, Handle<Value> data )
FunctionTemplate::SetClassName Handle<String> name )
FunctionTemplate::SetHiddenPrototype bool value )
FunctionTemplate::SetIndexedInstancePropertyHandler ( IndexedPropertyGetter getter, IndexedPropertySetter setter, IndexedPropertyQuery query, IndexedPropertyDeleter remover, IndexedPropertyEnumerator enumerator, Handle<Value> data )
FunctionTemplate::SetInstanceCallAsFunctionHandler ( InvocationCallback callback, Handle<Value> data )
FunctionTemplate::SetNamedInstancePropertyHandler ( NamedPropertyGetter getter, NamedPropertySetter setter, NamedPropertyQuery query, NamedPropertyDeleter remover, NamedPropertyEnumerator enumerator, Handle<Value> data )
HandleScope::CreateHandle internal::Object* value ) [static]
HandleScope::HandleScope [in-charge] ( )
HandleScope::HandleScope [not-in-charge] ( )
HandleScope::NumberOfHandles ( ) [static]
HandleScope::RawClose internal::Object** value )
HandleScope::~HandleScope [in-charge] ( )
HandleScope::~HandleScope [not-in-charge] ( )
HeapStatistics::HeapStatistics [in-charge] ( )
HeapStatistics::HeapStatistics [not-in-charge] ( )
Int32::Value ( ) const
Integer::CheckCast Value* obj ) [static]
Integer::New int32_t value ) [static]
Integer::NewFromUnsigned uint32_t value ) [static]
Integer::Value ( ) const
Locker::active_ [data]
Locker::IsLocked ( ) [static]
Locker::Locker [in-charge] ( )
Locker::Locker [not-in-charge] ( )
Locker::StartPreemption int every_n_ms ) [static]
Locker::StopPreemption ( ) [static]
Locker::~Locker [in-charge] ( )
Locker::~Locker [not-in-charge] ( )
Message::Get ( ) const
Message::GetEndColumn ( ) const
Message::GetEndPosition ( ) const
Message::GetLineNumber ( ) const
Message::GetScriptData ( ) const
Message::GetScriptResourceName ( ) const
Message::GetSourceLine ( ) const
Message::GetStackTrace ( ) const
Message::GetStartColumn ( ) const
Message::GetStartPosition ( ) const
Message::PrintCurrentStackTrace FILE* out ) [static]
Null ( )
Number::CheckCast Value* obj ) [static]
Number::New double value ) [static]
Number::Value ( ) const
Object::CheckCast Value* obj ) [static]
Object::CheckedGetInternalField int index )
Object::Clone ( )
Object::Delete uint32_t index )
Object::Delete Handle<String> key )
Object::DeleteHiddenValue Handle<String> key )
Object::FindInstanceInPrototypeChain Handle<FunctionTemplate> tmpl )
Object::ForceDelete Handle<Value> key )
Object::ForceSet ( Handle<Value> key, Handle<Value> value, PropertyAttribute attribs )
Object::Get uint32_t index )
Object::Get Handle<Value> key )
Object::GetHiddenValue Handle<String> key )
Object::GetIdentityHash ( )
Object::GetIndexedPropertiesExternalArrayData ( )
Object::GetIndexedPropertiesExternalArrayDataLength ( )
Object::GetIndexedPropertiesExternalArrayDataType ( )
Object::GetIndexedPropertiesPixelData ( )
Object::GetIndexedPropertiesPixelDataLength ( )
Object::GetPropertyNames ( )
Object::GetPrototype ( )
Object::GetRealNamedProperty Handle<String> key )
Object::GetRealNamedPropertyInPrototypeChain Handle<String> key )
Object::Has uint32_t index )
Object::Has Handle<String> key )
Object::HasIndexedLookupInterceptor ( )
Object::HasIndexedPropertiesInExternalArrayData ( )
Object::HasIndexedPropertiesInPixelData ( )
Object::HasNamedLookupInterceptor ( )
Object::HasRealIndexedProperty uint32_t index )
Object::HasRealNamedCallbackProperty Handle<String> key )
Object::HasRealNamedProperty Handle<String> key )
Object::InternalFieldCount ( )
Object::IsDirty ( )
Object::New ( ) [static]
Object::ObjectProtoToString ( )
Object::Set uint32_t index, Handle<Value> value )
Object::Set ( Handle<Value> key, Handle<Value> value, PropertyAttribute attribs )
Object::SetAccessor ( Handle<String> name, AccessorGetter getter, AccessorSetter setter, Handle<Value> data, AccessControl settings, PropertyAttribute attribute )
Object::SetHiddenValue ( Handle<String> key, Handle<Value> value )
Object::SetIndexedPropertiesToExternalArrayData void* data, ExternalArrayType array_type, int number_of_elements )
Object::SetIndexedPropertiesToPixelData uint8_t* data, int length )
Object::SetInternalField int index, Handle<Value> value )
Object::SetPointerInInternalField int index, void* value )
Object::SetPrototype Handle<Value> prototype )
Object::SlowGetPointerFromInternalField int index )
Object::TurnOnAccessCheck ( )
ObjectTemplate::InternalFieldCount ( )
ObjectTemplate::MarkAsUndetectable ( )
ObjectTemplate::New ( ) [static]
ObjectTemplate::New Handle<FunctionTemplate> constructor ) [static]
ObjectTemplate::NewInstance ( )
ObjectTemplate::SetAccessCheckCallbacks ( NamedSecurityCallback named_handler, IndexedSecurityCallback indexed_handler, Handle<Value> data, bool turned_on_by_default )
ObjectTemplate::SetAccessor ( Handle<String> name, AccessorGetter getter, AccessorSetter setter, Handle<Value> data, AccessControl settings, PropertyAttribute attribute )
ObjectTemplate::SetCallAsFunctionHandler ( InvocationCallback callback, Handle<Value> data )
ObjectTemplate::SetIndexedPropertyHandler ( IndexedPropertyGetter getter, IndexedPropertySetter setter, IndexedPropertyQuery query, IndexedPropertyDeleter deleter, IndexedPropertyEnumerator enumerator, Handle<Value> data )
ObjectTemplate::SetInternalFieldCount int value )
ObjectTemplate::SetNamedPropertyHandler ( NamedPropertyGetter getter, NamedPropertySetter setter, NamedPropertyQuery query, NamedPropertyDeleter deleter, NamedPropertyEnumerator enumerator, Handle<Value> data )
RegisterExtension Extension* extension )
ResourceConstraints::ResourceConstraints [in-charge] ( )
ResourceConstraints::ResourceConstraints [not-in-charge] ( )
Script::Compile ( Handle<String> source, Handle<Value> file_name, Handle<String> script_data ) [static]
Script::Compile ( Handle<String> source, ScriptOrigin* origin, ScriptData* pre_data, Handle<String> script_data ) [static]
Script::Id ( )
Script::New ( Handle<String> source, Handle<Value> file_name ) [static]
Script::New ( Handle<String> source, ScriptOrigin* origin, ScriptData* pre_data, Handle<String> script_data ) [static]
Script::Run ( )
Script::SetData Handle<String> data )
ScriptData::New ( char const* data, int length ) [static]
ScriptData::PreCompile ( char const* input, int length ) [static]
ScriptData::PreCompile Handle<String> source ) [static]
ScriptData::~ScriptData [in-charge-deleting] ( )
ScriptData::~ScriptData [in-charge] ( )
ScriptData::~ScriptData [not-in-charge] ( )
SetResourceConstraints ResourceConstraints* constraints )
Signature::New ( Handle<FunctionTemplate> receiver, int argc, Handle<FunctionTemplate>* argv ) [static]
StackFrame::GetColumn ( ) const
StackFrame::GetFunctionName ( ) const
StackFrame::GetLineNumber ( ) const
StackFrame::GetScriptName ( ) const
StackFrame::IsConstructor ( ) const
StackFrame::IsEval ( ) const
StackTrace::AsArray ( )
StackTrace::CurrentStackTrace int frame_limit, StackTrace::StackTraceOptions options ) [static]
StackTrace::GetFrame uint32_t index ) const
StackTrace::GetFrameCount ( ) const
String::AsciiValue::AsciiValue [in-charge] Handle<Value> obj )
String::AsciiValue::AsciiValue [not-in-charge] Handle<Value> obj )
String::AsciiValue::~AsciiValue [in-charge] ( )
String::AsciiValue::~AsciiValue [not-in-charge] ( )
String::CanMakeExternal ( )
String::CheckCast Value* obj ) [static]
String::Concat ( Handle<String> left, Handle<String> right ) [static]
String::Empty ( ) [static]
String::ExternalAsciiStringResource::~ExternalAsciiStringResource [in-charge-deleting] ( )
String::ExternalAsciiStringResource::~ExternalAsciiStringResource [in-charge] ( )
String::ExternalAsciiStringResource::~ExternalAsciiStringResource [not-in-charge] ( )
String::ExternalStringResource::~ExternalStringResource [in-charge-deleting] ( )
String::ExternalStringResource::~ExternalStringResource [in-charge] ( )
String::ExternalStringResource::~ExternalStringResource [not-in-charge] ( )
String::ExternalStringResourceBase::Dispose ( )
String::ExternalStringResourceBase::~ExternalStringResourceBase [in-charge-deleting] ( )
String::ExternalStringResourceBase::~ExternalStringResourceBase [in-charge] ( )
String::ExternalStringResourceBase::~ExternalStringResourceBase [not-in-charge] ( )
String::GetExternalAsciiStringResource ( ) const
String::IsExternal ( ) const
String::IsExternalAscii ( ) const
String::Length ( ) const
String::MakeExternal String::ExternalAsciiStringResource* resource )
String::MakeExternal String::ExternalStringResource* resource )
String::New ( char const* data, int length ) [static]
String::New ( uint16_t const* data, int length ) [static]
String::NewExternal String::ExternalAsciiStringResource* resource ) [static]
String::NewExternal String::ExternalStringResource* resource ) [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]
String::Utf8Length ( ) const
String::Utf8Value::Utf8Value [in-charge] Handle<Value> obj )
String::Utf8Value::Utf8Value [not-in-charge] Handle<Value> obj )
String::Utf8Value::~Utf8Value [in-charge] ( )
String::Utf8Value::~Utf8Value [not-in-charge] ( )
String::Value::Value [in-charge] Handle<Value> obj )
String::Value::Value [not-in-charge] Handle<Value> obj )
String::Value::~Value [in-charge] ( )
String::Value::~Value [not-in-charge] ( )
String::VerifyExternalStringResource String::ExternalStringResource* val ) const
String::Write ( uint16_t* buffer, int start, int length, String::WriteHints hints ) const
String::WriteAscii char* buffer, int start, int length, String::WriteHints hints ) const
String::WriteUtf8 char* buffer, int length, int* nchars_ref, String::WriteHints hints ) const
Template::Set ( Handle<String> name, Handle<Data> value, PropertyAttribute attributes )
ThrowException Handle<Value> exception )
True ( )
TryCatch::CanContinue ( ) const
TryCatch::Exception ( ) const
TryCatch::HasCaught ( ) const
TryCatch::Message ( ) const
TryCatch::Reset ( )
TryCatch::ReThrow ( )
TryCatch::SetCaptureMessage bool value )
TryCatch::SetVerbose bool value )
TryCatch::StackTrace ( ) const
TryCatch::TryCatch [in-charge] ( )
TryCatch::TryCatch [not-in-charge] ( )
TryCatch::~TryCatch [in-charge] ( )
TryCatch::~TryCatch [not-in-charge] ( )
TypeSwitch::match Handle<Value> value )
TypeSwitch::New int argc, Handle<FunctionTemplate>* types ) [static]
TypeSwitch::New Handle<FunctionTemplate> type ) [static]
Uint32::Value ( ) const
Undefined ( )
Unlocker::Unlocker [in-charge] ( )
Unlocker::Unlocker [not-in-charge] ( )
Unlocker::~Unlocker [in-charge] ( )
Unlocker::~Unlocker [not-in-charge] ( )
V8::AddGCEpilogueCallback ( GCEpilogueCallback callback, GCType gc_type_filter ) [static]
V8::AddGCPrologueCallback ( GCPrologueCallback callback, GCType gc_type_filter ) [static]
V8::AddMemoryAllocationCallback ( MemoryAllocationCallback callback, ObjectSpace space, AllocationAction action ) [static]
V8::AddMessageListener ( MessageCallback that, Handle<Value> data ) [static]
V8::AddObjectGroup ( Persistent<Value>* objects, size_t length ) [static]
V8::AdjustAmountOfExternalAllocatedMemory int change_in_bytes ) [static]
V8::ClearWeak internal::Object** global_handle ) [static]
V8::ContextDisposedNotification ( ) [static]
V8::Dispose ( ) [static]
V8::DisposeGlobal internal::Object** global_handle ) [static]
V8::EnableSlidingStateWindow ( ) [static]
V8::GetActiveProfilerModules ( ) [static]
V8::GetCurrentThreadId ( ) [static]
V8::GetHeapStatistics HeapStatistics* heap_statistics ) [static]
V8::GetLogLines int from_pos, char* dest_buf, int max_size ) [static]
V8::GetVersion ( ) [static]
V8::GlobalizeReference internal::Object** handle ) [static]
V8::IdleNotification ( ) [static]
V8::IgnoreOutOfMemoryException ( ) [static]
V8::Initialize ( ) [static]
V8::IsDead ( ) [static]
V8::IsExecutionTerminating ( ) [static]
V8::IsGlobalNearDeath internal::Object** global_handle ) [static]
V8::IsGlobalWeak internal::Object** global_handle ) [static]
V8::IsProfilerPaused ( ) [static]
V8::LowMemoryNotification ( ) [static]
V8::MakeWeak ( internal::Object** global_handle, void* data, WeakReferenceCallback p3 ) [static]
V8::PauseProfiler ( ) [static]
V8::PauseProfilerEx int flags, int tag ) [static]
V8::RemoveGCEpilogueCallback GCEpilogueCallback callback ) [static]
V8::RemoveGCPrologueCallback GCPrologueCallback callback ) [static]
V8::RemoveMemoryAllocationCallback MemoryAllocationCallback callback ) [static]
V8::RemoveMessageListeners MessageCallback that ) [static]
V8::ResumeProfiler ( ) [static]
V8::ResumeProfilerEx int flags, int tag ) [static]
V8::SetAddHistogramSampleFunction AddHistogramSampleCallback p1 ) [static]
V8::SetCaptureStackTraceForUncaughtExceptions bool capture, int frame_limit, StackTrace::StackTraceOptions options ) [static]
V8::SetCounterFunction CounterLookupCallback p1 ) [static]
V8::SetCreateHistogramFunction CreateHistogramCallback p1 ) [static]
V8::SetFailedAccessCheckCallbackFunction FailedAccessCheckCallback p1 ) [static]
V8::SetFatalErrorHandler FatalErrorCallback that ) [static]
V8::SetFlagsFromCommandLine int* argc, char** argv, bool remove_flags ) [static]
V8::SetFlagsFromString char const* str, int length ) [static]
V8::SetGlobalGCEpilogueCallback GCCallback p1 ) [static]
V8::SetGlobalGCPrologueCallback GCCallback p1 ) [static]
V8::TerminateExecution ( ) [static]
V8::TerminateExecution int thread_id ) [static]
Value::BooleanValue ( ) const
Value::Equals Handle<Value> that ) const
Value::FullIsString ( ) const
Value::Int32Value ( ) const
Value::IntegerValue ( ) const
Value::IsArray ( ) const
Value::IsBoolean ( ) const
Value::IsDate ( ) const
Value::IsExternal ( ) const
Value::IsFalse ( ) const
Value::IsFunction ( ) const
Value::IsInt32 ( ) const
Value::IsNull ( ) const
Value::IsNumber ( ) const
Value::IsObject ( ) const
Value::IsRegExp ( ) const
Value::IsTrue ( ) const
Value::IsUint32 ( ) const
Value::IsUndefined ( ) const
Value::NumberValue ( ) const
Value::StrictEquals Handle<Value> that ) const
Value::ToArrayIndex ( ) const
Value::ToBoolean ( ) const
Value::ToDetailString ( ) const
Value::ToInt32 ( ) const
Value::ToInteger ( ) const
Value::ToNumber ( ) const
Value::ToObject ( ) const
Value::ToString ( ) const
Value::ToUint32 ( ) const
Value::Uint32Value ( ) const

to the top



Generated on Fri Sep 2 19:30:39 2011 for libv8.so.2 by ABI Compliance Checker 1.93.8  
A tool for checking backward binary compatibility of a shared C/C++ library API