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

Public Member Functions

 TimeZoneComposer ()
 
void Set (int offset_in_hours)
 
void SetSign (int sign)
 
void SetAbsoluteHour (int hour)
 
void SetAbsoluteMinute (int minute)
 
bool IsExpecting (int n) const
 
bool IsUTC () const
 
bool Write (double *output)
 
bool IsEmpty ()
 

Private Attributes

int sign_
 
int hour_
 
int minute_
 

Detailed Description

Definition at line 270 of file dateparser.h.

Constructor & Destructor Documentation

◆ TimeZoneComposer()

v8::internal::DateParser::TimeZoneComposer::TimeZoneComposer ( )
inline

Definition at line 272 of file dateparser.h.

Member Function Documentation

◆ IsEmpty()

bool v8::internal::DateParser::TimeZoneComposer::IsEmpty ( )
inline

Definition at line 286 of file dateparser.h.

Here is the caller graph for this function:

◆ IsExpecting()

bool v8::internal::DateParser::TimeZoneComposer::IsExpecting ( int n) const
inline

Definition at line 281 of file dateparser.h.

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

◆ IsUTC()

bool v8::internal::DateParser::TimeZoneComposer::IsUTC ( ) const
inline

Definition at line 284 of file dateparser.h.

Here is the caller graph for this function:

◆ Set()

void v8::internal::DateParser::TimeZoneComposer::Set ( int offset_in_hours)
inline

Definition at line 273 of file dateparser.h.

Here is the caller graph for this function:

◆ SetAbsoluteHour()

void v8::internal::DateParser::TimeZoneComposer::SetAbsoluteHour ( int hour)
inline

Definition at line 279 of file dateparser.h.

Here is the caller graph for this function:

◆ SetAbsoluteMinute()

void v8::internal::DateParser::TimeZoneComposer::SetAbsoluteMinute ( int minute)
inline

Definition at line 280 of file dateparser.h.

Here is the caller graph for this function:

◆ SetSign()

void v8::internal::DateParser::TimeZoneComposer::SetSign ( int sign)
inline

Definition at line 278 of file dateparser.h.

Here is the caller graph for this function:

◆ Write()

bool v8::internal::DateParser::TimeZoneComposer::Write ( double * output)

Definition at line 99 of file dateparser.cc.

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

Member Data Documentation

◆ hour_

int v8::internal::DateParser::TimeZoneComposer::hour_
private

Definition at line 290 of file dateparser.h.

◆ minute_

int v8::internal::DateParser::TimeZoneComposer::minute_
private

Definition at line 291 of file dateparser.h.

◆ sign_

int v8::internal::DateParser::TimeZoneComposer::sign_
private

Definition at line 289 of file dateparser.h.


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