![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <type_traits>#include <utility>#include "cppgc/internal/conditional-stack-allocated.h"#include "v8-internal.h"#include "v8config.h"Go to the source code of this file.
Classes | |
| class | v8::Maybe< T > |
| class | v8::Maybe< void > |
| struct | v8::Maybe< void >::JustTag |
Namespaces | |
| namespace | v8 |
| namespace | v8::api_internal |
Functions | |
| void | v8::api_internal::FromJustIsNothing () |
| template<class T > | |
| Maybe< T > | v8::Nothing () |
| template<class T > | |
| Maybe< T > | v8::Just (const T &t) |
| template<class T , std::enable_if_t<!std::is_lvalue_reference_v< T > > * = nullptr> | |
| Maybe< T > | v8::Just (T &&t) |
| Maybe< void > | v8::JustVoid () |