KJS
KJS::HashEntry Struct Reference
#include <lookup.h>
List of all members.
Detailed Description
An entry in a hash table.
Definition at line 37 of file lookup.h.
Member Data Documentation
s is the key (e.g.
a property name)
Definition at line 41 of file lookup.h.
value is the result value (usually an enum value)
Definition at line 46 of file lookup.h.
attr is a set for flags (e.g.
the property flags, see object.h)
Definition at line 50 of file lookup.h.
params is another number.
For property hashtables, it is used to denote the number of argument of the function
Definition at line 55 of file lookup.h.
next is the pointer to the next entry for the same hash value
Definition at line 59 of file lookup.h.
The documentation for this struct was generated from the following file: