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

#include <intl-objects.h>

Collaboration diagram for v8::internal::Intl::FormatRangeSourceTracker:

Public Member Functions

 FormatRangeSourceTracker ()
 
void Add (int32_t field, int32_t start, int32_t limit)
 
FormatRangeSource GetSource (int32_t start, int32_t limit) const
 

Private Member Functions

bool FieldContains (int32_t field, int32_t start, int32_t limit) const
 

Private Attributes

int32_t start_ [2]
 
int32_t limit_ [2]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FormatRangeSourceTracker()

v8::internal::Intl::FormatRangeSourceTracker::FormatRangeSourceTracker ( )

Definition at line 3029 of file intl-objects.cc.

Member Function Documentation

◆ Add()

void v8::internal::Intl::FormatRangeSourceTracker::Add ( int32_t field,
int32_t start,
int32_t limit )

Definition at line 3033 of file intl-objects.cc.

◆ FieldContains()

bool v8::internal::Intl::FormatRangeSourceTracker::FieldContains ( int32_t field,
int32_t start,
int32_t limit ) const
private

Definition at line 3051 of file intl-objects.cc.

◆ GetSource()

Intl::FormatRangeSource v8::internal::Intl::FormatRangeSourceTracker::GetSource ( int32_t start,
int32_t limit ) const

Definition at line 3040 of file intl-objects.cc.

Member Data Documentation

◆ limit_

int32_t v8::internal::Intl::FormatRangeSourceTracker::limit_[2]
private

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

◆ start_

int32_t v8::internal::Intl::FormatRangeSourceTracker::start_[2]
private

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


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