v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
shared-function-info.h File Reference
#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"
Include dependency graph for shared-function-info.h:

Go to the source code of this file.

Classes

class  v8::internal::PreparseData
 
class  v8::internal::UncompiledData
 
class  v8::internal::UncompiledDataWithoutPreparseData
 
class  v8::internal::UncompiledDataWithPreparseData
 
class  v8::internal::UncompiledDataWithoutPreparseDataWithJob
 
class  v8::internal::UncompiledDataWithPreparseDataAndJob
 
class  v8::internal::InterpreterData
 
class  v8::internal::SharedFunctionInfo
 
class  v8::internal::SharedFunctionInfo::ScriptIterator
 
class  v8::internal::SharedFunctionInfoWrapper
 
struct  v8::internal::SourceCodeOf
 
class  v8::internal::IsCompiledScope
 

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
 

Macro Definition Documentation

◆ FIELD_LIST

#define FIELD_LIST ( V)
Value:
V(kSharedInfoOffset, kTaggedSize) \
V(kHeaderSize, 0) \
V(kSize, 0)
#define V(Name)

Definition at line 845 of file shared-function-info.h.