#include <ast.h>
Definition at line 1266 of file ast.h.
 
◆ Kind
| Enumerator | 
|---|
| CONSTANT  |  | 
| COMPUTED  |  | 
| MATERIALIZED_LITERAL  |  | 
| GETTER  |  | 
| SETTER  |  | 
| PROTOTYPE  |  | 
| SPREAD  |  | 
Definition at line 1268 of file ast.h.
 
 
◆ ObjectLiteralProperty() [1/2]
◆ ObjectLiteralProperty() [2/2]
◆ emit_store()
      
        
          | bool v8::internal::ObjectLiteral::Property::emit_store  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ IsCompileTimeValue()
      
        
          | bool v8::internal::ObjectLiteral::Property::IsCompileTimeValue  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ IsNullPrototype()
  
  
      
        
          | bool v8::internal::ObjectLiteralProperty::IsNullPrototype  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ IsPrototype()
  
  
      
        
          | bool v8::internal::ObjectLiteralProperty::IsPrototype  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ kind()
  
  
      
        
          | Kind v8::internal::ObjectLiteralProperty::kind  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_emit_store()
      
        
          | void v8::internal::ObjectLiteral::Property::set_emit_store  | 
          ( | 
          bool |           emit_store | ) | 
           | 
        
      
 
 
◆ AstNodeFactory
◆ emit_store_
  
  
      
        
          | bool v8::internal::ObjectLiteralProperty::emit_store_ | 
         
       
   | 
  
private   | 
  
 
 
◆ kind_
  
  
      
        
          | Kind v8::internal::ObjectLiteralProperty::kind_ | 
         
       
   | 
  
private   | 
  
 
 
◆ Zone
  
  
      
        
          | friend v8::internal::ObjectLiteralProperty::Zone | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: