V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | Flag : uint8_t { kUndetectable = 1 << 0, kCallable = 1 << 1 } |
typedef base::Flags< Flag > | Flags |
Public Member Functions | |
HeapObjectType (InstanceType instance_type, Flags flags, OddballType oddball_type) | |
OddballType | oddball_type () const |
InstanceType | instance_type () const |
Flags | flags () const |
bool | is_callable () const |
bool | is_undetectable () const |
Definition at line 140 of file js-heap-broker.h.