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

Classes

class  LanguageModeField
 
class  UsesSuperPropertyField
 

Public Types

enum  {
  kStartPositionIndex, kEndPositionIndex, kNumParametersIndex, kFlagsIndex,
  kNumInnerFunctionsIndex, kSize
}
 

Public Member Functions

 FunctionEntry (Vector< unsigned > backing)
 
int start_pos () const
 
int end_pos () const
 
int num_parameters () const
 
LanguageMode language_mode () const
 
bool uses_super_property () const
 
int num_inner_functions () const
 
bool is_valid () const
 

Static Public Member Functions

static uint32_t EncodeFlags (LanguageMode language_mode, bool uses_super_property)
 

Detailed Description

Definition at line 35 of file parser.h.


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