![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/js-heap-broker.h"
#include <optional>
#include "src/codegen/optimized-compilation-info.h"
#include "src/compiler/js-heap-broker-inl.h"
#include "src/handles/handles-inl.h"
#include "src/heap/heap-inl.h"
#include "src/objects/allocation-site-inl.h"
#include "src/objects/js-array-inl.h"
#include "src/objects/literal-objects-inl.h"
#include "src/objects/map-updater.h"
#include "src/objects/megadom-handler-inl.h"
#include "src/objects/objects-inl.h"
#include "src/objects/property-cell.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::compiler |
Macros | |
#define | TRACE(broker, x) |
#define | TYPED_ARRAY_STRING_TAG(Type, type, TYPE, ctype) |
#define | V(Type, name, Name) |
Definition at line 29 of file js-heap-broker.cc.
#define TYPED_ARRAY_STRING_TAG | ( | Type, | |
type, | |||
TYPE, | |||
ctype ) |
#define V | ( | Type, | |
name, | |||
Name ) |
Definition at line 210 of file js-heap-broker.cc.