![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::compiler |
namespace | v8::internal::compiler::turboshaft |
Functions | |
V8_INLINE size_t | v8::internal::compiler::turboshaft::fast_hash_combine () |
V8_INLINE size_t | v8::internal::compiler::turboshaft::fast_hash_combine (size_t acc) |
V8_INLINE size_t | v8::internal::compiler::turboshaft::fast_hash_combine (size_t acc, size_t value) |
template<typename T , typename... Ts> | |
V8_INLINE size_t | v8::internal::compiler::turboshaft::fast_hash_combine (T const &v, Ts const &... vs) |
template<typename Iterator > | |
V8_INLINE size_t | v8::internal::compiler::turboshaft::fast_hash_range (Iterator first, Iterator last) |