![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/builtins/builtins.h"
#include "src/codegen/callable.h"
#include "src/codegen/interface-descriptors.h"
#include "src/compiler/frame.h"
#include "src/compiler/globals.h"
#include "src/compiler/turboshaft/operations.h"
#include "src/compiler/turboshaft/representations.h"
#include "src/compiler/write-barrier-kind.h"
#include "src/objects/js-function.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::compiler |
namespace | v8::internal::compiler::turboshaft |
Macros | |
#define | DECL_GENERIC_BINOP(Name) |
#define | DECL_GENERIC_UNOP(Name) |
#define DECL_GENERIC_BINOP | ( | Name | ) |
Definition at line 117 of file builtin-call-descriptors.h.
#define DECL_GENERIC_UNOP | ( | Name | ) |
Definition at line 132 of file builtin-call-descriptors.h.