|
typedef int32_t | LocalStorageKey |
|
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 const int | kMaxThreadNameLength = 16 |
|
Definition at line 407 of file d8.cc.
The documentation for this class was generated from the following file: