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