v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TemplateHashMapImpl< AllocationPolicy >::Entry Struct Reference

#include <hashmap.h>

Data Fields

void * key
 
void * value
 
uint32_t hash
 
int order
 

Detailed Description

template<class AllocationPolicy>
struct v8::internal::TemplateHashMapImpl< AllocationPolicy >::Entry

Definition at line 59 of file hashmap.h.

Field Documentation

int order

Definition at line 63 of file hashmap.h.

Referenced by TemplateHashMapImpl< AllocationPolicy >::Lookup().


The documentation for this struct was generated from the following file: