Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duk_internal.h"
Go to the source code of this file.
Functions | |
DUK_INTERNAL duk_uint32_t | duk_heap_hashstring (duk_heap *heap, const duk_uint8_t *str, duk_size_t len) |
DUK_INTERNAL duk_uint32_t duk_heap_hashstring | ( | duk_heap * | heap, |
const duk_uint8_t * | str, | ||
duk_size_t | len ) |
Definition at line 88 of file duktape-1.8.0/src-separate/duk_heap_hashstring.c.
References DUK_ASSERT, DUK_USE_STRHASH_SKIP_SHIFT, and duk_heap::hash_seed.