v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::ConstFieldInfo Struct Reference

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::ConstFieldInfo:

Public Member Functions

 ConstFieldInfo ()
 
 ConstFieldInfo (MapRef owner_map)
 
bool IsConst () const
 

Static Public Member Functions

static ConstFieldInfo None ()
 

Public Attributes

OptionalMapRef owner_map
 

Detailed Description

Definition at line 52 of file simplified-operator.h.

Constructor & Destructor Documentation

◆ ConstFieldInfo() [1/2]

v8::internal::compiler::ConstFieldInfo::ConstFieldInfo ( )
inline

Definition at line 57 of file simplified-operator.h.

Here is the caller graph for this function:

◆ ConstFieldInfo() [2/2]

v8::internal::compiler::ConstFieldInfo::ConstFieldInfo ( MapRef owner_map)
inlineexplicit

Definition at line 58 of file simplified-operator.h.

Member Function Documentation

◆ IsConst()

bool v8::internal::compiler::ConstFieldInfo::IsConst ( ) const
inline

Definition at line 60 of file simplified-operator.h.

Here is the caller graph for this function:

◆ None()

static ConstFieldInfo v8::internal::compiler::ConstFieldInfo::None ( )
inlinestatic

Definition at line 63 of file simplified-operator.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ owner_map

OptionalMapRef v8::internal::compiler::ConstFieldInfo::owner_map

Definition at line 55 of file simplified-operator.h.


The documentation for this struct was generated from the following file: