![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-context.h>
Public Member Functions | |
V8_INLINE | Scope (Local< Context > context) |
V8_INLINE | ~Scope () |
Private Attributes | |
Local< Context > | context_ |
Stack-allocated class which sets the execution context for all operations executed within a local scope.
Definition at line 383 of file v8-context.h.
Definition at line 385 of file v8-context.h.
|
inline |
Definition at line 388 of file v8-context.h.
Definition at line 391 of file v8-context.h.