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

#include <intl-objects.h>

Collaboration diagram for v8::internal::NumberFormatSpan:

Public Member Functions

 NumberFormatSpan ()=default
 
 NumberFormatSpan (int32_t field_id, int32_t begin_pos, int32_t end_pos)
 

Public Attributes

int32_t field_id
 
int32_t begin_pos
 
int32_t end_pos
 

Detailed Description

Definition at line 61 of file intl-objects.h.

Constructor & Destructor Documentation

◆ NumberFormatSpan() [1/2]

v8::internal::NumberFormatSpan::NumberFormatSpan ( )
default

◆ NumberFormatSpan() [2/2]

v8::internal::NumberFormatSpan::NumberFormatSpan ( int32_t field_id,
int32_t begin_pos,
int32_t end_pos )
inline

Definition at line 67 of file intl-objects.h.

Member Data Documentation

◆ begin_pos

int32_t v8::internal::NumberFormatSpan::begin_pos

Definition at line 63 of file intl-objects.h.

◆ end_pos

int32_t v8::internal::NumberFormatSpan::end_pos

Definition at line 64 of file intl-objects.h.

◆ field_id

int32_t v8::internal::NumberFormatSpan::field_id

Definition at line 62 of file intl-objects.h.


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