![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| Impl (MatchFun match, AllocationPolicy allocator) | |
| Impl ()=default | |
| Impl (const Impl &) V8_NOEXCEPT=default | |
| Impl (Impl &&other) V8_NOEXCEPT | |
| Impl & | operator= (const Impl &other) V8_NOEXCEPT=default |
| Impl & | operator= (Impl &&other) V8_NOEXCEPT |
| const MatchFun & | match () const |
| MatchFun & | match () |
| const AllocationPolicy & | allocator () const |
| AllocationPolicy & | allocator () |
Public Attributes | |
| Entry * | map_ = nullptr |
| uint32_t | capacity_ = 0 |
| uint32_t | occupancy_ = 0 |
|
inline |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
inline |
| uint32_t v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy >::Impl::capacity_ = 0 |
| Entry* v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy >::Impl::map_ = nullptr |
| uint32_t v8::base::TemplateHashMapImpl< Key, Value, MatchFun, AllocationPolicy >::Impl::occupancy_ = 0 |