![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <atomic-utils.h>
Classes | |
struct | cast_helper |
struct | cast_helper< S * > |
Public Member Functions | |
AtomicValue () | |
AtomicValue (T initial) | |
V8_INLINE T | Value () const |
V8_INLINE void | SetValue (T new_value) |
Private Attributes | |
base::AtomicWord | value_ |
Definition at line 23 of file atomic-utils.h.
|
inline |
Definition at line 25 of file atomic-utils.h.
|
inlineexplicit |
Definition at line 27 of file atomic-utils.h.
|
inline |
Definition at line 34 of file atomic-utils.h.
|
inline |
Definition at line 30 of file atomic-utils.h.
|
private |
Definition at line 61 of file atomic-utils.h.