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

#include <js-array-buffer.h>

Collaboration diagram for v8::internal::ArrayBufferExtension::AccountingState:

Public Member Functions

size_t accounting_length () const
 
Age age () const
 

Public Attributes

uint64_t value
 

Detailed Description

Definition at line 204 of file js-array-buffer.h.

Member Function Documentation

◆ accounting_length()

size_t v8::internal::ArrayBufferExtension::AccountingState::accounting_length ( ) const
inline

Definition at line 205 of file js-array-buffer.h.

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

◆ age()

Age v8::internal::ArrayBufferExtension::AccountingState::age ( ) const
inline

Definition at line 208 of file js-array-buffer.h.

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

Member Data Documentation

◆ value

uint64_t v8::internal::ArrayBufferExtension::AccountingState::value

Definition at line 210 of file js-array-buffer.h.


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