![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <contextual.h>
Classes | |
class | Scope |
Public Types | |
using | VarT = VarType |
Static Public Member Functions | |
static VarType & | Get () |
static bool | HasScope () |
Static Private Member Functions | |
static Scope *& | Top () |
static Scope *& | ExportedTop () |
Static Private Attributes | |
static thread_local Scope * | top_ = nullptr |
Definition at line 27 of file contextual.h.
using v8::base::ContextualVariable< Derived, VarType >::VarT = VarType |
Definition at line 29 of file contextual.h.
|
staticprivate |
|
inlinestatic |
Definition at line 64 of file contextual.h.
|
inlinestatic |
Definition at line 69 of file contextual.h.
|
inlinestaticprivate |
Definition at line 79 of file contextual.h.
|
inlinestaticprivate |
Definition at line 72 of file contextual.h.