#include <integer-literal.h>
Definition at line 15 of file integer-literal.h.
◆ IntegerLiteral() [1/3]
v8::internal::IntegerLiteral::IntegerLiteral |
( |
bool | negative, |
|
|
uint64_t | absolute_value ) |
|
inline |
◆ IntegerLiteral() [2/3]
v8::internal::IntegerLiteral::IntegerLiteral |
( |
T | value | ) |
|
|
inlineexplicit |
◆ IntegerLiteral() [3/3]
v8::internal::IntegerLiteral::IntegerLiteral |
( |
T | value, |
|
|
bool | perform_dcheck ) |
|
inlineexplicitprivate |
◆ absolute_value()
uint64_t v8::internal::IntegerLiteral::absolute_value |
( |
| ) |
const |
|
inline |
◆ Compare()
int v8::internal::IntegerLiteral::Compare |
( |
const IntegerLiteral & | other | ) |
const |
|
inline |
◆ is_negative()
bool v8::internal::IntegerLiteral::is_negative |
( |
| ) |
const |
|
inline |
◆ IsRepresentableAs()
bool v8::internal::IntegerLiteral::IsRepresentableAs |
( |
| ) |
const |
|
inline |
◆ To()
T v8::internal::IntegerLiteral::To |
( |
| ) |
const |
|
inline |
◆ ToString()
std::string v8::internal::IntegerLiteral::ToString |
( |
| ) |
const |
|
inline |
◆ TryTo()
std::optional< T > v8::internal::IntegerLiteral::TryTo |
( |
| ) |
const |
|
inline |
◆ absolute_value_
uint64_t v8::internal::IntegerLiteral::absolute_value_ |
|
private |
◆ negative_
bool v8::internal::IntegerLiteral::negative_ |
|
private |
The documentation for this class was generated from the following files: