v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Data Structures | |
class | Maybe< T > |
class | Maybe< void > |
Namespaces | |
v8 | |
v8::api_internal | |
Functions | |
V8_EXPORT void | FromJustIsNothing () |
template<class T > | |
Maybe< T > | Nothing () |
template<class T > | |
Maybe< T > | Just (const T &t) |
Maybe< void > | JustVoid () |