![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <memory>#include <optional>#include "src/base/bit-field.h"#include "src/builtins/builtins.h"#include "src/codegen/bailout-reason.h"#include "src/common/globals.h"#include "src/objects/compressed-slots.h"#include "src/objects/function-kind.h"#include "src/objects/function-syntax-kind.h"#include "src/objects/name.h"#include "src/objects/objects.h"#include "src/objects/script.h"#include "src/objects/slots.h"#include "src/objects/smi.h"#include "src/objects/struct.h"#include "src/roots/roots.h"#include "testing/gtest/include/gtest/gtest_prod.h"#include "torque-generated/bit-fields.h"#include "src/objects/object-macros.h"#include "torque-generated/src/objects/shared-function-info-tq.inc"#include "src/objects/object-macros-undef.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | FIELD_LIST(V) |
Typedefs | |
| using | v8::internal::NameOrScopeInfoT = UnionOf<Smi, String, ScopeInfo> |
Enumerations | |
| enum class | v8::internal::CreateSourcePositions { v8::internal::kNo , v8::internal::kYes } |
Functions | |
| std::ostream & | v8::internal::operator<< (std::ostream &os, SharedFunctionInfo::Inlineability i) |
| std::ostream & | v8::internal::operator<< (std::ostream &os, const SourceCodeOf &v) |
Variables | |
| static constexpr int | v8::internal::kStaticRootsSFISize = 48 |
| #define FIELD_LIST | ( | V | ) |
Definition at line 845 of file shared-function-info.h.