![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/common/globals.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
int | Compare (const T &a, const T &b) |
template<typename T , typename = typename std::enable_if<std::is_signed<T>::value>::type> | |
T | Nabs (T a) |
Definition at line 56 of file simulator-riscv.h.
T Nabs | ( | T | a | ) |
Definition at line 68 of file simulator-riscv.h.