![]() |
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 |
Functions | |
| constexpr int | v8::internal::AddArgumentPaddingSlots (int argument_count) |
| constexpr bool | v8::internal::ShouldPadArguments (int argument_count) |
| template<typename... RegTypes> requires (std::conjunction_v<std::is_same<Register, RegTypes>...> || std::conjunction_v<std::is_same<DoubleRegister, RegTypes>...> // V8_TARGET_ARCH_X64 ) | |
| constexpr bool | v8::internal::AreAliased (RegTypes... regs) |