v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <api.h>
Public Member Functions | |
HandleScopeImplementer (Isolate *isolate) | |
~HandleScopeImplementer () | |
char * | RestoreThread (char *from) |
char * | ArchiveThread (char *to) |
void | FreeThreadResources () |
void | Iterate (v8::internal::ObjectVisitor *v) |
internal::Object ** | GetSpareOrNewBlock () |
void | DeleteExtensions (internal::Object **prev_limit) |
void | IncrementCallDepth () |
void | DecrementCallDepth () |
bool | CallDepthIsZero () |
void | EnterContext (Handle< Object > context) |
bool | LeaveLastContext () |
Handle< Object > | LastEnteredContext () |
void | SaveContext (Context *context) |
Context * | RestoreContext () |
bool | HasSavedContexts () |
List< internal::Object ** > * | blocks () |
Static Public Member Functions | |
static int | ArchiveSpacePerThread () |
static char * | Iterate (v8::internal::ObjectVisitor *v, char *data) |
|
inlineexplicit |
|
inline |
Definition at line 414 of file api.h.
References v8::internal::DeleteArray().
|
static |
Definition at line 6364 of file api.cc.
Referenced by ThreadManager::IterateArchivedThreads().
|
inline |
Definition at line 447 of file api.h.
Referenced by Deserializer::Deserialize(), HandleScope::NumberOfHandles(), and StartupSerializer::SerializeStrongReferences().
|
inline |
Definition at line 434 of file api.h.
Referenced by V8::FireCallCompletedCallback().
|
inline |
Definition at line 433 of file api.h.
Referenced by V8::FireCallCompletedCallback().
|
inline |
Definition at line 537 of file api.h.
References ASSERT, v8::internal::DeleteArray(), v8::internal::kHandleBlockSize, and v8::internal::NULL.
Referenced by HandleScope::DeleteExtensions().
Definition at line 509 of file api.h.
Referenced by Context::Enter().
void FreeThreadResources | ( | ) |
Definition at line 6346 of file api.cc.
Referenced by ThreadManager::FreeThreadResources().
|
inline |
Definition at line 528 of file api.h.
References v8::internal::kHandleBlockSize, and v8::internal::NULL.
|
inline |
Definition at line 432 of file api.h.
Referenced by V8::FireCallCompletedCallback().
void Iterate | ( | v8::internal::ObjectVisitor * | v | ) |
Referenced by ThreadManager::Iterate(), and Heap::IterateStrongRoots().
|
static |
Definition at line 521 of file api.h.
Referenced by Context::GetEntered().
|
inline |
Definition at line 514 of file api.h.
Referenced by Context::Exit().
|
inline |
Definition at line 499 of file api.h.
Referenced by Context::Exit().
char * RestoreThread | ( | char * | from | ) |
Definition at line 6369 of file api.cc.
Referenced by ThreadManager::RestoreThread().
|
inline |
Definition at line 494 of file api.h.
Referenced by Context::Enter().