![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/feedback-vector.h"#include <bit>#include <optional>#include "src/base/platform/mutex.h"#include "src/common/globals.h"#include "src/deoptimizer/deoptimizer.h"#include "src/diagnostics/code-tracer.h"#include "src/heap/heap-inl.h"#include "src/heap/local-factory-inl.h"#include "src/ic/handler-configuration-inl.h"#include "src/ic/ic-inl.h"#include "src/objects/data-handler-inl.h"#include "src/objects/feedback-vector-inl.h"#include "src/objects/hash-table-inl.h"#include "src/objects/map-inl.h"#include "src/objects/objects.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| static bool | v8::internal::IsPropertyNameFeedback (Tagged< MaybeObject > feedback) |
| std::ostream & | v8::internal::operator<< (std::ostream &os, FeedbackSlotKind kind) |