![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/codegen/linkage-location.h"
#include "src/codegen/machine-type.h"
#include "src/codegen/signature.h"
#include "src/wasm/value-type.h"
#include "src/wasm/wasm-linkage.h"
Go to the source code of this file.
Classes | |
class | v8::internal::wasm::SignatureHasher |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::wasm |
Functions | |
MachineRepresentation | v8::internal::wasm::GetMachineRepresentation (ValueTypeBase type) |
MachineRepresentation | v8::internal::wasm::GetMachineRepresentation (MachineType type) |
template<class ResultCollector , class SigType > | |
void | v8::internal::wasm::IterateSignatureImpl (const SigType *sig, bool extra_callable_param, ResultCollector &locations, int *untagged_parameter_slots, int *total_parameter_slots, int *untagged_return_slots, int *total_return_slots) |