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
InitDefaultIsolateThread Class Reference
Inheritance diagram for InitDefaultIsolateThread:
Collaboration diagram for InitDefaultIsolateThread:

Public Types

enum  TestCase {
  IgnoreOOM, SetResourceConstraints, SetFatalHandler, SetCounterFunction,
  SetCreateHistogramFunction, SetAddHistogramSampleFunction
}
 
- Public Types inherited from Thread
enum  LocalStorageKey { LOCAL_STORAGE_KEY_MIN_VALUE = kMinInt, LOCAL_STORAGE_KEY_MAX_VALUE = kMaxInt }
 

Public Member Functions

 InitDefaultIsolateThread (TestCase testCase)
 
void Run ()
 
bool result ()
 
- Public Member Functions inherited from Thread
 Thread (const Options &options)
 
virtual ~Thread ()
 
void Start ()
 
void Join ()
 
const char * name () const
 
PlatformDatadata ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Thread
static LocalStorageKey CreateThreadLocalKey ()
 
static void DeleteThreadLocalKey (LocalStorageKey key)
 
static void * GetThreadLocal (LocalStorageKey key)
 
static int GetThreadLocalInt (LocalStorageKey key)
 
static void SetThreadLocal (LocalStorageKey key, void *value)
 
static void SetThreadLocalInt (LocalStorageKey key, int value)
 
static bool HasThreadLocal (LocalStorageKey key)
 
static void * GetExistingThreadLocal (LocalStorageKey key)
 
static void YieldCPU ()
 
- Static Public Attributes inherited from Thread
static const int kMaxThreadNameLength = 16
 

Detailed Description

Definition at line 16015 of file test-api.cc.

Member Enumeration Documentation

enum TestCase
Enumerator
IgnoreOOM 
SetResourceConstraints 
SetFatalHandler 
SetCounterFunction 
SetCreateHistogramFunction 
SetAddHistogramSampleFunction 

Definition at line 16017 of file test-api.cc.

Constructor & Destructor Documentation

InitDefaultIsolateThread ( TestCase  testCase)
inlineexplicit

Definition at line 16026 of file test-api.cc.

Member Function Documentation

bool result ( )
inline

Definition at line 16065 of file test-api.cc.


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