#include "src/objects/js-duration-format.h"
#include "src/objects/objects-inl.h"
#include "src/objects/object-macros.h"
#include "torque-generated/src/objects/js-duration-format-tq-inl.inc"
#include "src/objects/object-macros-undef.h"
Go to the source code of this file.
◆ IMPL_INLINE_DISPLAY_SETTER_GETTER
#define IMPL_INLINE_DISPLAY_SETTER_GETTER |
( |
| f, |
|
|
| R ) |
◆ IMPL_INLINE_FIELD_STYLE3_SETTER_GETTER
#define IMPL_INLINE_FIELD_STYLE3_SETTER_GETTER |
( |
| f, |
|
|
| R ) |
◆ IMPL_INLINE_FIELD_STYLE4_SETTER_GETTER
#define IMPL_INLINE_FIELD_STYLE4_SETTER_GETTER |
( |
| f, |
|
|
| R ) |
◆ IMPL_INLINE_FIELD_STYLE5_SETTER_GETTER
#define IMPL_INLINE_FIELD_STYLE5_SETTER_GETTER |
( |
| f, |
|
|
| R ) |
◆ IMPL_INLINE_SETTER_GETTER
#define IMPL_INLINE_SETTER_GETTER |
( |
| T, |
|
|
| n, |
|
|
| B, |
|
|
| f, |
|
|
| M ) |
Value: inline void JSDurationFormat::set_##
n(T value) { \
DCHECK(B::is_valid(value)); \
DCHECK_GE(T::M, value); \
set_##f(B::update(f(), value)); \
} \
inline JSDurationFormat::T JSDurationFormat::n() const { \
return B::decode(f()); \
}
ZoneVector< InstructionOperand > * set_