#include <declarable.h>
Definition at line 27 of file declarable.h.
 
◆ QualifiedName() [1/2]
  
  | 
        
          | v8::internal::torque::QualifiedName::QualifiedName | ( | std::vector< std::string > | namespace_qualification, |  
          |  |  | std::string | name ) |  | inline | 
 
 
◆ QualifiedName() [2/2]
  
  | 
        
          | v8::internal::torque::QualifiedName::QualifiedName | ( | std::string | name | ) |  |  | inlineexplicit | 
 
 
◆ DropFirstNamespaceQualification()
  
  | 
        
          | QualifiedName v8::internal::torque::QualifiedName::DropFirstNamespaceQualification | ( |  | ) | const |  | inline | 
 
 
◆ HasNamespaceQualification()
  
  | 
        
          | bool v8::internal::torque::QualifiedName::HasNamespaceQualification | ( |  | ) | const |  | inline | 
 
 
◆ Parse()
  
  | 
        
          | QualifiedName v8::internal::torque::QualifiedName::Parse | ( | std::string | qualified_name | ) |  |  | static | 
 
 
◆ operator<<
  
  | 
        
          | std::ostream & operator<< | ( | std::ostream & | os, |  
          |  |  | const QualifiedName & | name ) |  | friend | 
 
 
◆ name
      
        
          | std::string v8::internal::torque::QualifiedName::name | 
      
 
 
◆ namespace_qualification
      
        
          | std::vector<std::string> v8::internal::torque::QualifiedName::namespace_qualification | 
      
 
 
The documentation for this struct was generated from the following files: