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

#include <js-heap-broker.h>

Collaboration diagram for v8::internal::compiler::PropertyAccessTarget:

Classes

struct  Equal
 
struct  Hash
 

Public Attributes

MapRef map
 
NameRef name
 
AccessMode mode
 

Detailed Description

Definition at line 61 of file js-heap-broker.h.

Member Data Documentation

◆ map

MapRef v8::internal::compiler::PropertyAccessTarget::map

Definition at line 62 of file js-heap-broker.h.

◆ mode

AccessMode v8::internal::compiler::PropertyAccessTarget::mode

Definition at line 64 of file js-heap-broker.h.

◆ name

NameRef v8::internal::compiler::PropertyAccessTarget::name

Definition at line 63 of file js-heap-broker.h.


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