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

#include <js-temporal-objects.h>

Collaboration diagram for v8::internal::temporal::DateRecord:

Public Attributes

int32_t year
 
int32_t month
 
int32_t day
 

Detailed Description

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

Member Data Documentation

◆ day

int32_t v8::internal::temporal::DateRecord::day

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

◆ month

int32_t v8::internal::temporal::DateRecord::month

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

◆ year

int32_t v8::internal::temporal::DateRecord::year

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


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