v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Isolate::PerIsolateThreadData Class Reference

#include <isolate.h>

Public Member Functions

 PerIsolateThreadData (Isolate *isolate, ThreadId thread_id)
 
Isolateisolate () const
 
ThreadId thread_id () const
 
void set_stack_limit (uintptr_t value)
 
uintptr_t stack_limit () const
 
ThreadStatethread_state () const
 
void set_thread_state (ThreadState *value)
 
bool Matches (Isolate *isolate, ThreadId thread_id) const
 

Friends

class Isolate
 
class ThreadDataTable
 
class EntryStackItem
 

Detailed Description

Definition at line 370 of file isolate.h.

Constructor & Destructor Documentation

PerIsolateThreadData ( Isolate isolate,
ThreadId  thread_id 
)
inline

Definition at line 372 of file isolate.h.

Member Function Documentation

Isolate* isolate ( ) const
inline

Definition at line 383 of file isolate.h.

Referenced by Isolate::EnterDefaultIsolate().

bool Matches ( Isolate isolate,
ThreadId  thread_id 
) const
inline

Definition at line 398 of file isolate.h.

void set_stack_limit ( uintptr_t  value)
inline

Definition at line 385 of file isolate.h.

Referenced by StackGuard::FreeThreadResources().

void set_thread_state ( ThreadState value)
inline

Definition at line 388 of file isolate.h.

Referenced by ThreadManager::ArchiveThread(), and ThreadManager::RestoreThread().

uintptr_t stack_limit ( ) const
inline

Definition at line 386 of file isolate.h.

Referenced by StackGuard::InitThread().

ThreadId thread_id ( ) const
inline

Definition at line 384 of file isolate.h.

ThreadState* thread_state ( ) const
inline

Definition at line 387 of file isolate.h.

Referenced by ThreadManager::IsArchived(), and ThreadManager::RestoreThread().

Friends And Related Function Documentation

friend class EntryStackItem
friend

Definition at line 418 of file isolate.h.

friend class Isolate
friend

Definition at line 416 of file isolate.h.

friend class ThreadDataTable
friend

Definition at line 417 of file isolate.h.


The documentation for this class was generated from the following file: