![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| Cons (A top, Cons *rest) | |
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 |
Public Attributes | |
| A const | top |
| Cons *const | rest |
| size_t const | size |
Definition at line 26 of file functional-list.h.
|
inline |
Definition at line 27 of file functional-list.h.
| Cons* const v8::internal::compiler::FunctionalList< A >::Cons::rest |
Definition at line 30 of file functional-list.h.
| size_t const v8::internal::compiler::FunctionalList< A >::Cons::size |
Definition at line 31 of file functional-list.h.
| A const v8::internal::compiler::FunctionalList< A >::Cons::top |
Definition at line 29 of file functional-list.h.