![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <js-temporal-objects.h>
Public Attributes | |
int32_t | year |
int32_t | month |
int32_t | day |
Definition at line 1110 of file js-temporal-objects.h.
int32_t v8::internal::temporal::DateRecord::day |
Definition at line 1113 of file js-temporal-objects.h.
int32_t v8::internal::temporal::DateRecord::month |
Definition at line 1112 of file js-temporal-objects.h.
int32_t v8::internal::temporal::DateRecord::year |
Definition at line 1111 of file js-temporal-objects.h.