![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/js-temporal-objects.h"
#include "src/api/api-inl.h"
#include "src/objects/objects-inl.h"
#include "src/objects/object-macros.h"
#include "torque-generated/src/objects/js-temporal-objects-tq-inl.inc"
#include "src/objects/object-macros-undef.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | TEMPORAL_INLINE_GETTER_SETTER(T, data, field, lower, upper, B) |
#define | TEMPORAL_INLINE_SIGNED_GETTER_SETTER(T, data, field, lower, upper, B) |
#define | TEMPORAL_DATE_INLINE_GETTER_SETTER(T, data) |
#define | TEMPORAL_TIME_INLINE_GETTER_SETTER(T, data1, data2) |
Functions | |
v8::internal::TEMPORAL_TIME_INLINE_GETTER_SETTER (JSTemporalPlainDateTime, hour_minute_second, second_parts) TEMPORAL_TIME_INLINE_GETTER_SETTER(JSTemporalPlainTime | |
second_parts | v8::internal::BIT_FIELD_ACCESSORS (JSTemporalCalendar, flags, calendar_index, JSTemporalCalendar::CalendarIndexBits) TEMPORAL_INLINE_SIGNED_GETTER_SETTER(JSTemporalTimeZone |
second_parts OffsetMillisecondsOrTimeZoneIndex | v8::internal::TEMPORAL_INLINE_SIGNED_GETTER_SETTER (JSTemporalTimeZone, details, offset_sub_milliseconds, -1000000, 1000000, OffsetSubMilliseconds) BIT_FIELD_ACCESSORS(JSTemporalTimeZone |
Variables | |
v8::internal::hour_minute_second | |
second_parts | v8::internal::offset_milliseconds |
second_parts OffsetMillisecondsOrTimeZoneIndex | v8::internal::offset_milliseconds_or_time_zone_index |
#define TEMPORAL_DATE_INLINE_GETTER_SETTER | ( | T, | |
data ) |
Definition at line 59 of file js-temporal-objects-inl.h.
#define TEMPORAL_INLINE_GETTER_SETTER | ( | T, | |
data, | |||
field, | |||
lower, | |||
upper, | |||
B ) |
Definition at line 22 of file js-temporal-objects-inl.h.
#define TEMPORAL_INLINE_SIGNED_GETTER_SETTER | ( | T, | |
data, | |||
field, | |||
lower, | |||
upper, | |||
B ) |
Definition at line 37 of file js-temporal-objects-inl.h.
#define TEMPORAL_TIME_INLINE_GETTER_SETTER | ( | T, | |
data1, | |||
data2 ) |
Definition at line 65 of file js-temporal-objects-inl.h.