![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <turbofan-types.h>
Public Member Functions | |
| double | Value () const |
Static Public Member Functions | |
| static bool | IsOtherNumberConstant (double value) |
Private Member Functions | |
| OtherNumberConstantType (double value) | |
| BitsetType::bitset | Lub () const |
Static Private Member Functions | |
| static OtherNumberConstantType * | New (double value, Zone *zone) |
Private Attributes | |
| friend | Zone |
| double | value_ |
Friends | |
| class | Type |
| class | BitsetType |
Additional Inherited Members | |
Protected Types inherited from v8::internal::compiler::TypeBase | |
| enum | Kind { kHeapConstant , kOtherNumberConstant , kTuple , kUnion , kRange , kWasm } |
Protected Member Functions inherited from v8::internal::compiler::TypeBase | |
| Kind | kind () const |
| TypeBase (Kind kind) | |
Static Protected Member Functions inherited from v8::internal::compiler::TypeBase | |
| static bool | IsKind (Type type, Kind kind) |
Definition at line 606 of file turbofan-types.h.
|
inlineexplicitprivate |
|
static |
Definition at line 541 of file turbofan-types.cc.
|
inlineprivate |
Definition at line 626 of file turbofan-types.h.
|
inlinestaticprivate |
Definition at line 617 of file turbofan-types.h.
|
inline |
Definition at line 608 of file turbofan-types.h.
|
friend |
Definition at line 614 of file turbofan-types.h.
|
friend |
Definition at line 613 of file turbofan-types.h.
|
private |
Definition at line 628 of file turbofan-types.h.
|
private |
Definition at line 615 of file turbofan-types.h.