v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
FastApiTypedArray< T > Struct Template Reference

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

Inheritance diagram for FastApiTypedArray< T >:
Collaboration diagram for FastApiTypedArray< T >:

Public Member Functions

V8_INLINEget (size_t index) const
 
bool getStorageIfAligned (T **elements) const
 
- Public Member Functions inherited from FastApiTypedArrayBase
size_t V8_EXPORT length () const
 
void V8_EXPORT ValidateIndex (size_t index) const
 

Additional Inherited Members

- Protected Attributes inherited from FastApiTypedArrayBase
size_t length_ = 0
 

Detailed Description

template<typename T>
struct v8::FastApiTypedArray< T >

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

Member Function Documentation

◆ get()

template<typename T >
V8_INLINE T get ( size_t  index) const
inline

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

References FastApiTypedArrayBase::ValidateIndex().

◆ getStorageIfAligned()

template<typename T >
bool getStorageIfAligned ( T **  elements) const
inline

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


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