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

#include <js-temporal-objects.h>

Collaboration diagram for v8::internal::temporal::TimeRecord:

Public Attributes

int32_t hour
 
int32_t minute
 
int32_t second
 
int32_t millisecond
 
int32_t microsecond
 
int32_t nanosecond
 

Detailed Description

Definition at line 1116 of file js-temporal-objects.h.

Member Data Documentation

◆ hour

int32_t v8::internal::temporal::TimeRecord::hour

Definition at line 1117 of file js-temporal-objects.h.

◆ microsecond

int32_t v8::internal::temporal::TimeRecord::microsecond

Definition at line 1121 of file js-temporal-objects.h.

◆ millisecond

int32_t v8::internal::temporal::TimeRecord::millisecond

Definition at line 1120 of file js-temporal-objects.h.

◆ minute

int32_t v8::internal::temporal::TimeRecord::minute

Definition at line 1118 of file js-temporal-objects.h.

◆ nanosecond

int32_t v8::internal::temporal::TimeRecord::nanosecond

Definition at line 1122 of file js-temporal-objects.h.

◆ second

int32_t v8::internal::temporal::TimeRecord::second

Definition at line 1119 of file js-temporal-objects.h.


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