![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <struct-types.h>
Public Member Functions | |
| constexpr | ContType (ModuleTypeIndex idx) |
| bool | operator== (const ContType &other) const |
| ModuleTypeIndex | contfun_typeindex () const |
Public Member Functions inherited from v8::internal::ZoneObject | |
| void * | operator new (size_t, Zone *)=delete |
| void * | operator new (size_t size, void *ptr) |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone)=delete |
Private Attributes | |
| ModuleTypeIndex | index_ |
Definition at line 332 of file struct-types.h.
|
inlineexplicitconstexpr |
Definition at line 334 of file struct-types.h.
|
inline |
Definition at line 336 of file struct-types.h.
|
private |
Definition at line 344 of file struct-types.h.