V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::HeapObjectType Class Reference

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
 

Detailed Description

Definition at line 140 of file js-heap-broker.h.


The documentation for this class was generated from the following file: