v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::PodArrayBase< T, Super > Class Template Reference

#include <fixed-array.h>

Inheritance diagram for v8::internal::PodArrayBase< T, Super >:
Collaboration diagram for v8::internal::PodArrayBase< T, Super >:

Public Member Functions

void copy_out (int index, T *result, int length)
 
void copy_in (int index, const T *buffer, int length)
 
bool matches (const T *buffer, int length)
 
bool matches (int offset, const T *buffer, int length)
 
T get (int index)
 
void set (int index, const T &value)
 
int length () const
 

Detailed Description

template<class T, class Super>
class v8::internal::PodArrayBase< T, Super >

Definition at line 897 of file fixed-array.h.

Member Function Documentation

◆ copy_in()

template<class T , class Super >
void v8::internal::PodArrayBase< T, Super >::copy_in ( int index,
const T * buffer,
int length )
inline

Definition at line 903 of file fixed-array.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ copy_out()

template<class T , class Super >
void v8::internal::PodArrayBase< T, Super >::copy_out ( int index,
T * result,
int length )
inline

Definition at line 899 of file fixed-array.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get()

template<class T , class Super >
T v8::internal::PodArrayBase< T, Super >::get ( int index)
inline

Definition at line 919 of file fixed-array.h.

Here is the call graph for this function:

◆ length()

template<class T , class Super >
int v8::internal::PodArrayBase< T, Super >::length ( ) const
inline

Definition at line 874 of file fixed-array-inl.h.

Here is the caller graph for this function:

◆ matches() [1/2]

template<class T , class Super >
bool v8::internal::PodArrayBase< T, Super >::matches ( const T * buffer,
int length )
inline

Definition at line 907 of file fixed-array.h.

Here is the call graph for this function:

◆ matches() [2/2]

template<class T , class Super >
bool v8::internal::PodArrayBase< T, Super >::matches ( int offset,
const T * buffer,
int length )
inline

Definition at line 912 of file fixed-array.h.

Here is the call graph for this function:

◆ set()

template<class T , class Super >
void v8::internal::PodArrayBase< T, Super >::set ( int index,
const T & value )
inline

Definition at line 925 of file fixed-array.h.

Here is the call graph for this function:

The documentation for this class was generated from the following files: