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

#include <code-stub-assembler.h>

Collaboration diagram for v8::internal::PrototypeCheckAssembler::DescriptorIndexNameValue:

Public Attributes

int descriptor_index
 
RootIndex name_root_index
 
int expected_value_context_index
 

Detailed Description

Definition at line 4930 of file code-stub-assembler.h.

Member Data Documentation

◆ descriptor_index

int v8::internal::PrototypeCheckAssembler::DescriptorIndexNameValue::descriptor_index

Definition at line 4931 of file code-stub-assembler.h.

◆ expected_value_context_index

int v8::internal::PrototypeCheckAssembler::DescriptorIndexNameValue::expected_value_context_index

Definition at line 4933 of file code-stub-assembler.h.

◆ name_root_index

RootIndex v8::internal::PrototypeCheckAssembler::DescriptorIndexNameValue::name_root_index

Definition at line 4932 of file code-stub-assembler.h.


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