![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/js-function.h"
#include <optional>
#include "src/debug/debug.h"
#include "src/diagnostics/code-tracer.h"
#include "src/ic/ic.h"
#include "src/init/bootstrapper.h"
#include "src/objects/abstract-code-inl.h"
#include "src/objects/feedback-cell-inl.h"
#include "src/objects/feedback-vector-inl.h"
#include "src/objects/instance-type-inl.h"
#include "src/objects/map-updater.h"
#include "src/objects/shared-function-info-inl.h"
#include "src/sandbox/js-dispatch-table-inl.h"
#include "src/snapshot/embedded/embedded-data.h"
#include "src/objects/object-macros.h"
#include "torque-generated/src/objects/js-function-tq-inl.inc"
#include "src/objects/object-macros-undef.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Variables | |
v8::internal::raw_feedback_cell | |
v8::internal::Tagged< FeedbackCell > | |
v8::internal::has_prototype_slot | |
v8::internal::bool | |