![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <contextual.h>
Public Member Functions | |
| template<class... Args> | |
| Scope (Args &&... args) | |
| ~Scope () | |
| Scope (const Scope &)=delete | |
| Scope & | operator= (const Scope &)=delete |
| VarType & | Value () |
Private Attributes | |
| VarType | value_ |
| Scope * | previous_ |
Definition at line 36 of file contextual.h.
|
inlineexplicit |
Definition at line 39 of file contextual.h.
|
inline |
Definition at line 43 of file contextual.h.
|
delete |
|
delete |
|
inline |
Definition at line 52 of file contextual.h.
|
private |
Definition at line 56 of file contextual.h.
|
private |
Definition at line 55 of file contextual.h.