Home
last modified time | relevance | path

Searched defs:DurationRecord (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.cc87 struct DurationRecord { struct
88 int64_t years;
89 int64_t months;
90 int64_t weeks;
91 int64_t days;
92 int64_t hours;
93 int64_t minutes;
94 int64_t seconds;
95 int64_t milliseconds;
96 int64_t microseconds;
[all …]