![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "include/v8-initialization.h"
#include "src/base/bounds.h"
#include "src/codegen/handler-table.h"
#include "src/codegen/safepoint-table.h"
#include "src/common/assert-scope.h"
#include "src/common/globals.h"
#include "src/objects/code.h"
#include "src/objects/deoptimization-data.h"
#include "src/objects/objects.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::wasm |
Macros | |
#define | STACK_FRAME_TYPE_LIST(V) |
#define | DECLARE_TYPE(type, ignore) |
#define | FRAME_SUMMARY_VARIANTS(F) |
#define | FRAME_SUMMARY_KIND(kind, type, field, desc) |
#define | FRAME_SUMMARY_CONS(kind, type, field, desc) |
#define | FRAME_SUMMARY_CAST(kind_, type, field, desc) |
#define | FRAME_SUMMARY_FIELD(kind, type, field, desc) |
#define | DECLARE_SINGLETON(ignore, type) |
Enumerations | |
enum class | v8::internal::FrameInfoKind { v8::internal::kPrecise , v8::internal::kConservative } |
enum class | v8::internal::BuiltinContinuationMode { v8::internal::STUB , v8::internal::JAVASCRIPT , v8::internal::JAVASCRIPT_WITH_CATCH , v8::internal::JAVASCRIPT_HANDLE_EXCEPTION } |
#define DECLARE_SINGLETON | ( | ignore, | |
type ) |
#define DECLARE_TYPE | ( | type, | |
ignore ) |
#define FRAME_SUMMARY_CAST | ( | kind_, | |
type, | |||
field, | |||
desc ) |
#define FRAME_SUMMARY_CONS | ( | kind, | |
type, | |||
field, | |||
desc ) |
#define FRAME_SUMMARY_FIELD | ( | kind, | |
type, | |||
field, | |||
desc ) |
#define FRAME_SUMMARY_VARIANTS | ( | F | ) |