![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/code.h"
#include "src/baseline/bytecode-offset-iterator.h"
#include "src/codegen/code-desc.h"
#include "src/deoptimizer/deoptimize-reason.h"
#include "src/heap/heap-layout-inl.h"
#include "src/heap/heap-write-barrier-inl.h"
#include "src/objects/deoptimization-data-inl.h"
#include "src/objects/instance-type-inl.h"
#include "src/objects/instruction-stream-inl.h"
#include "src/objects/trusted-object-inl.h"
#include "src/snapshot/embedded/embedded-data-inl.h"
#include "src/objects/object-macros.h"
#include "src/objects/object-macros-undef.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | GCSAFE_CODE_FWD_ACCESSOR(ReturnType, Name) |
Functions | |
constexpr bool | v8::internal::CodeKindHasTaggedOutgoingParams (CodeKind kind) |
v8::internal::DEF_GETTER (Code, instruction_start, Address) | |
#define GCSAFE_CODE_FWD_ACCESSOR | ( | ReturnType, | |
Name ) |
Definition at line 35 of file code-inl.h.