KJS::HashEntry Struct Reference
#include <lookup.h>
Detailed Description
An entry in a hash table.
Definition at line 37 of file lookup.h.
Public Attributes | |
unsigned short | soffset |
short int | value |
unsigned char | attr |
unsigned char | params |
short | next |
Member Data Documentation
|
attr is a set for flags (e.g. the property flags, see object.h) |
|
next is the index to the next entry for the same hash value
|
|
params is another number. For property hashtables, it is used to denote the number of argument of the function |
|
s is the offset to the string key (e.g. a property name) |
|
value is the result value (usually an enum value)
|
The documentation for this struct was generated from the following file: