V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::BackgroundCompileThread Class Reference
Inheritance diagram for v8::BackgroundCompileThread:
v8::base::Thread

Public Member Functions

 BackgroundCompileThread (Isolate *isolate, Local< String > source)
 
void Run () override
 
v8::ScriptCompiler::StreamedSourcestreamed_source ()
 
- Public Member Functions inherited from v8::base::Thread
 Thread (const Options &options)
 
void Start ()
 
void StartSynchronously ()
 
void Join ()
 
const charname () const
 
PlatformDatadata ()
 
void NotifyStartedAndRun ()
 

Additional Inherited Members

- Public Types inherited from v8::base::Thread
typedef int32_t LocalStorageKey
 
- Static Public Member Functions inherited from v8::base::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 Public Attributes inherited from v8::base::Thread
static const int kMaxThreadNameLength = 16
 

Detailed Description

Definition at line 407 of file d8.cc.


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