#include <v8-fast-api-calls.h>
◆ OverloadResolution
| Enumerator | 
|---|
| kImpossible  |  | 
| kAtRuntime  |  | 
| kAtCompileTime  |  | 
 
 
◆ CFunction() [1/2]
  
  
      
        
          | constexpr v8::CFunction::CFunction  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineconstexpr   | 
  
 
 
◆ CFunction() [2/2]
      
        
          | v8::CFunction::CFunction  | 
          ( | 
          const void *  | 
          address,  | 
        
        
           | 
           | 
          const CFunctionInfo *  | 
          type_info  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ArgumentCount()
  
  
      
        
          | unsigned int v8::CFunction::ArgumentCount  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ ArgumentInfo()
  
  
      
        
          | const CTypeInfo & v8::CFunction::ArgumentInfo  | 
          ( | 
          unsigned int  | 
          index | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetAddress()
  
  
      
        
          | const void * v8::CFunction::GetAddress  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetInt64Representation()
◆ GetTypeInfo()
◆ Make() [1/2]
◆ Make() [2/2]
template<typename R , typename... Args, typename R_Patch , typename... Args_Patch> 
 
 
◆ ReturnInfo()
  
  
      
        
          | const CTypeInfo & v8::CFunction::ReturnInfo  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: