v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
FastApiTypedArrayBase Struct Reference

#include <v8-fast-api-calls.h>

Inheritance diagram for FastApiTypedArrayBase:

Public Member Functions

size_t V8_EXPORT length () const
 
void V8_EXPORT ValidateIndex (size_t index) const
 

Protected Attributes

size_t length_ = 0
 

Detailed Description

Definition at line 328 of file v8-fast-api-calls.h.

Member Function Documentation

◆ length()

size_t V8_EXPORT length ( ) const
inline

Definition at line 331 of file v8-fast-api-calls.h.

References FastApiTypedArrayBase::length_.

◆ ValidateIndex()

void V8_EXPORT ValidateIndex ( size_t  index) const

Field Documentation

◆ length_

size_t length_ = 0
protected

Definition at line 336 of file v8-fast-api-calls.h.

Referenced by FastApiTypedArrayBase::length().


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