v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
instance-type-generator.cc File Reference
#include <optional>
#include "src/torque/implementation-visitor.h"
Include dependency graph for instance-type-generator.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::torque
 

Variable Documentation

◆ children

std::vector<std::unique_ptr<InstanceTypeTree> > children

Definition at line 25 of file instance-type-generator.cc.

◆ end

int end

Definition at line 27 of file instance-type-generator.cc.

◆ num_own_values

int num_own_values

Definition at line 30 of file instance-type-generator.cc.

◆ num_values

int num_values

Definition at line 29 of file instance-type-generator.cc.

◆ start

int start

Definition at line 26 of file instance-type-generator.cc.

◆ type

const ClassType* type

Definition at line 24 of file instance-type-generator.cc.

◆ value

int value

Definition at line 28 of file instance-type-generator.cc.