V8 Project
v8::V8 Member List

This is the complete list of members for v8::V8, including all inherited members.

AddGCEpilogueCallback(GCEpilogueCallback callback, GCType gc_type_filter=kGCTypeAll)v8::V8static
AddGCPrologueCallback(GCPrologueCallback callback, GCType gc_type_filter=kGCTypeAll)v8::V8static
AddMemoryAllocationCallback(MemoryAllocationCallback callback, ObjectSpace space, AllocationAction action)v8::V8static
AddMessageListener(MessageCallback that, Handle< Value > data=Handle< Value >())v8::V8static
CancelTerminateExecution(Isolate *isolate)v8::V8static
ClearWeak(internal::Object **global_handle)v8::V8privatestatic
Context classv8::V8friend
CopyPersistent(internal::Object **handle)v8::V8privatestatic
Dispose()v8::V8static
DisposeGlobal(internal::Object **global_handle)v8::V8privatestatic
Eternal classv8::V8friend
Eternalize(Isolate *isolate, Value *handle, int *index)v8::V8privatestatic
GetCompressedStartupData(StartupData *compressed_data)v8::V8static
GetCompressedStartupDataAlgorithm()v8::V8static
GetCompressedStartupDataCount()v8::V8static
GetEternal(Isolate *isolate, int index)v8::V8privatestatic
GetVersion()v8::V8static
GlobalizeReference(internal::Isolate *isolate, internal::Object **handle)v8::V8privatestatic
Handle classv8::V8friend
Initialize()v8::V8static
InitializeICU(const char *icu_data_file=NULL)v8::V8static
InitializePlatform(Platform *platform)v8::V8static
IsDead()v8::V8static
IsExecutionTerminating(Isolate *isolate=NULL)v8::V8static
Local classv8::V8friend
MakeWeak(internal::Object **global_handle, void *data, WeakCallback weak_callback)v8::V8privatestatic
Persistent classv8::V8friend
PersistentBase classv8::V8friend
RemoveGCEpilogueCallback(GCEpilogueCallback callback)v8::V8static
RemoveGCPrologueCallback(GCPrologueCallback callback)v8::V8static
RemoveMemoryAllocationCallback(MemoryAllocationCallback callback)v8::V8static
RemoveMessageListeners(MessageCallback that)v8::V8static
SetAllowCodeGenerationFromStringsCallback(AllowCodeGenerationFromStringsCallback that)v8::V8static
SetArrayBufferAllocator(ArrayBuffer::Allocator *allocator)v8::V8static
SetCaptureStackTraceForUncaughtExceptions(bool capture, int frame_limit=10, StackTrace::StackTraceOptions options=StackTrace::kOverview)v8::V8static
SetDecompressedStartupData(StartupData *decompressed_data)v8::V8static
SetEntropySource(EntropySource source)v8::V8static
SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallback)v8::V8static
SetFatalErrorHandler(FatalErrorCallback that)v8::V8static
SetFlagsFromCommandLine(int *argc, char **argv, bool remove_flags)v8::V8static
SetFlagsFromString(const char *str, int length)v8::V8static
SetNativesDataBlob(StartupData *startup_blob)v8::V8static
SetReturnAddressLocationResolver(ReturnAddressLocationResolver return_address_resolver)v8::V8static
SetSnapshotDataBlob(StartupData *startup_blob)v8::V8static
ShutdownPlatform()v8::V8static
TerminateExecution(Isolate *isolate)v8::V8static
V8()v8::V8private
VisitExternalResources(ExternalResourceVisitor *visitor)v8::V8static
VisitHandlesForPartialDependence(Isolate *isolate, PersistentHandleVisitor *visitor)v8::V8static
VisitHandlesWithClassIds(PersistentHandleVisitor *visitor)v8::V8static
WeakCallback typedefv8::V8private