|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include "src/builtins/builtins-definitions.h"#include "src/codegen/interface-descriptors.h"#include "src/common/globals.h"Go to the source code of this file.
| Namespaces | |
| namespace | v8 | 
| namespace | v8::internal | 
| Macros | |
| #define | DEFINE_TFJ_PARAMETER_INDICES(...) | 
| #define | DEFINE_TFJ_INTERFACE_DESCRIPTOR(Name, Argc, ...) | 
| #define | DEFINE_TSJ_INTERFACE_DESCRIPTOR(...) | 
| #define | DEFINE_TSC_INTERFACE_DESCRIPTOR(Name, InterfaceDescriptor) | 
| #define | DEFINE_TFC_INTERFACE_DESCRIPTOR(Name, InterfaceDescriptor) | 
| #define | DEFINE_TFS_INTERFACE_DESCRIPTOR(Name, ...) | 
| #define | DEFINE_TFH_INTERFACE_DESCRIPTOR(Name, InterfaceDescriptor) | 
| #define | DEFINE_ASM_INTERFACE_DESCRIPTOR(Name, InterfaceDescriptor) | 
| Variables | |
| constexpr size_t | v8::internal::kJSBuiltinBaseParameterCount = 3 | 
| #define DEFINE_ASM_INTERFACE_DESCRIPTOR | ( | Name, | |
| InterfaceDescriptor ) | 
Definition at line 73 of file builtins-descriptors.h.
| #define DEFINE_TFC_INTERFACE_DESCRIPTOR | ( | Name, | |
| InterfaceDescriptor ) | 
Definition at line 63 of file builtins-descriptors.h.
| #define DEFINE_TFH_INTERFACE_DESCRIPTOR | ( | Name, | |
| InterfaceDescriptor ) | 
Definition at line 70 of file builtins-descriptors.h.
| #define DEFINE_TFJ_INTERFACE_DESCRIPTOR | ( | Name, | |
| Argc, | |||
| ... ) | 
Definition at line 41 of file builtins-descriptors.h.
| #define DEFINE_TFJ_PARAMETER_INDICES | ( | ... | ) | 
Definition at line 28 of file builtins-descriptors.h.
| #define DEFINE_TFS_INTERFACE_DESCRIPTOR | ( | Name, | |
| ... ) | 
Definition at line 66 of file builtins-descriptors.h.
| #define DEFINE_TSC_INTERFACE_DESCRIPTOR | ( | Name, | |
| InterfaceDescriptor ) | 
Definition at line 59 of file builtins-descriptors.h.
| #define DEFINE_TSJ_INTERFACE_DESCRIPTOR | ( | ... | ) | 
Definition at line 56 of file builtins-descriptors.h.