V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
VisitResult (const Type *type, const std::string &constexpr_value) | |
VisitResult (const Type *type, StackRange stack_range) | |
const Type * | type () const |
const std::string & | constexpr_value () const |
const StackRange & | stack_range () const |
void | SetType (const Type *new_type) |
bool | IsOnStack () const |
bool | operator== (const VisitResult &other) const |
Static Public Member Functions | |
static VisitResult | NeverResult () |