v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
thread-local-storage.h File Reference
#include "include/v8config.h"
Include dependency graph for thread-local-storage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define V8_TLS_LIBRARY_MODE   0
 
#define V8_TLS_MODEL   "local-exec"
 
#define V8_TLS_DECLARE_GETTER(Name, Type, Member)
 
#define V8_TLS_DEFINE_GETTER(Name, Type, Member)
 

Macro Definition Documentation

◆ V8_TLS_DECLARE_GETTER

#define V8_TLS_DECLARE_GETTER ( Name,
Type,
Member )
Value:
static V8_INLINE Type Name() { return Member; }
#define V8_INLINE
Definition v8config.h:500

Definition at line 52 of file thread-local-storage.h.

◆ V8_TLS_DEFINE_GETTER

#define V8_TLS_DEFINE_GETTER ( Name,
Type,
Member )

Definition at line 54 of file thread-local-storage.h.

◆ V8_TLS_LIBRARY_MODE

#define V8_TLS_LIBRARY_MODE   0

Definition at line 13 of file thread-local-storage.h.

◆ V8_TLS_MODEL

#define V8_TLS_MODEL   "local-exec"

Definition at line 39 of file thread-local-storage.h.