Go to the source code of this file.
|
enum class | v8::internal::compiler::StackCheckKind : uint8_t { v8::internal::compiler::kJSFunctionEntry = 0
, v8::internal::compiler::kJSIterationBody
, v8::internal::compiler::kCodeStubAssembler
, v8::internal::compiler::kWasm
} |
|
enum class | v8::internal::compiler::CanThrow : uint8_t { v8::internal::compiler::kNo
, v8::internal::compiler::kYes
} |
|
enum class | v8::internal::compiler::LazyDeoptOnThrow : uint8_t { v8::internal::compiler::kNo
, v8::internal::compiler::kYes
} |
|
enum class | v8::internal::compiler::CheckForMinusZeroMode : uint8_t { v8::internal::compiler::kCheckForMinusZero
, v8::internal::compiler::kDontCheckForMinusZero
} |
|
enum class | v8::internal::compiler::CallFeedbackRelation { v8::internal::compiler::kReceiver
, v8::internal::compiler::kTarget
, v8::internal::compiler::kUnrelated
} |
|
enum | v8::internal::compiler::BaseTaggedness : uint8_t { v8::internal::compiler::kUntaggedBase
, v8::internal::compiler::kTaggedBase
} |
|
enum class | v8::internal::compiler::MemoryAccessKind : uint8_t { v8::internal::compiler::kNormal
, v8::internal::compiler::kUnaligned
, v8::internal::compiler::kProtectedByTrapHandler
} |
|
◆ TYPED_ARRAY_CASE [1/2]
#define TYPED_ARRAY_CASE |
( |
| Type, |
|
|
| type, |
|
|
| TYPE, |
|
|
| ctype ) |
Value: case TYPE##_ELEMENTS: \
case RAB_GSAB_##TYPE##_ELEMENTS: \
return kExternal##Type##Array;
◆ TYPED_ARRAY_CASE [2/2]
#define TYPED_ARRAY_CASE |
( |
| Type, |
|
|
| type, |
|
|
| TYPE, |
|
|
| ctype ) |
Value: case kExternal##Type##Array: \
DCHECK_LE(sizeof(ctype), 8); \
return sizeof(ctype);
◆ kMaxDoubleRepresentableInt64
double kMaxDoubleRepresentableInt64 = 9223372036854774784.0 |
|
constexpr |
◆ kMaxDoubleRepresentableUint64
double kMaxDoubleRepresentableUint64 = 18446744073709549568.0 |
|
constexpr |
◆ kMinDoubleRepresentableInt64
double kMinDoubleRepresentableInt64 |
|
constexpr |
Initial value:=
std::numeric_limits<int64_t>::min()
Definition at line 177 of file globals.h.
◆ kMinusZeroBits
Initial value:=
constexpr int32_t kMinusZeroLoBits
constexpr int32_t kMinusZeroHiBits
Definition at line 187 of file globals.h.
◆ kMinusZeroHiBits
int32_t kMinusZeroHiBits = static_cast<int32_t>(1) << 31 |
|
constexpr |
◆ kMinusZeroLoBits
int32_t kMinusZeroLoBits = static_cast<int32_t>(0) |
|
constexpr |