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

#include <interface-descriptors.h>

Collaboration diagram for v8::internal::EmptyRegisterArray:

Public Member Functions

const Registerdata () const
 
size_t size () const
 
Register operator[] (size_t i) const
 

Detailed Description

Definition at line 598 of file interface-descriptors.h.

Member Function Documentation

◆ data()

const Register * v8::internal::EmptyRegisterArray::data ( ) const
inline

Definition at line 599 of file interface-descriptors.h.

◆ operator[]()

Register v8::internal::EmptyRegisterArray::operator[] ( size_t i) const
inline

Definition at line 601 of file interface-descriptors.h.

Here is the call graph for this function:

◆ size()

size_t v8::internal::EmptyRegisterArray::size ( ) const
inline

Definition at line 600 of file interface-descriptors.h.


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