Home
last modified time | relevance | path

Searched refs:hashseed (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/strings/
Dstring-hasher.h47 explicit SeededStringHasher(uint64_t hashseed) : hashseed_(hashseed) {} in SeededStringHasher()
/third_party/node/deps/v8/src/objects/
Dstring-inl.h763 constexpr uint64_t hashseed = 1; in ComputeChecksum() local
766 hash = StringHasher::HashSequentialString(onebyte_start, length_, hashseed); in ComputeChecksum()
769 hash = StringHasher::HashSequentialString(twobyte_start, length_, hashseed); in ComputeChecksum()
/third_party/node/
DREADME.md546 * [hashseed](https://github.com/hashseed) -
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md1428 * [hashseed](https://github.com/hashseed) Yang Guo
1562 * \[[`7594032fac`](https://github.com/nodejs/node/commit/7594032fac)] - **doc**: add hashseed to co…
DCHANGELOG_V7.md64 * Disable V8 snapshots - The hashseed embedded in the snapshot is
DCHANGELOG_V8.md1674 * \[[`996108cb14`](https://github.com/nodejs/node/commit/996108cb14)] - **doc**: add hashseed to co…
3832 …* Disable V8 snapshots - The hashseed embedded in the snapshot is currently the same for all runs …
DCHANGELOG_V6.md817 * \[[`0f94bb9aeb`](https://github.com/nodejs/node/commit/0f94bb9aeb)] - **doc**: add hashseed to co…
1908 …* Disable V8 snapshots - The hashseed embedded in the snapshot is currently the same for all runs …
DCHANGELOG_V4.md248 …* Disable V8 snapshots - The hashseed embedded in the snapshot is currently the same for all runs …