V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::FrameStateDescriptor Class Reference
Inheritance diagram for v8::internal::compiler::FrameStateDescriptor:
v8::internal::ZoneObject

Public Member Functions

 FrameStateDescriptor (Zone *zone, FrameStateType type, BailoutId bailout_id, OutputFrameStateCombine state_combine, size_t parameters_count, size_t locals_count, size_t stack_count, MaybeHandle< SharedFunctionInfo > shared_info, FrameStateDescriptor *outer_state=nullptr)
 
FrameStateType type () const
 
BailoutId bailout_id () const
 
OutputFrameStateCombine state_combine () const
 
size_t parameters_count () const
 
size_t locals_count () const
 
size_t stack_count () const
 
MaybeHandle< SharedFunctionInfoshared_info () const
 
FrameStateDescriptorouter_state () const
 
bool HasContext () const
 
size_t GetSize () const
 
size_t GetTotalSize () const
 
size_t GetFrameCount () const
 
size_t GetJSFrameCount () const
 
StateValueListGetStateValueDescriptors ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Static Public Attributes

static const int kImpossibleValue = 0xdead
 

Detailed Description

Definition at line 1236 of file instruction.h.


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