#include <jit_executor_javascript_context.h>
◆ JavaScriptContext()
      
        
          | jit_executor::JavaScriptContext::JavaScriptContext  | 
          ( | 
          size_t  | 
          id,  | 
        
        
           | 
           | 
          CommonContext *  | 
          common_context,  | 
        
        
           | 
           | 
          const std::string &  | 
          debug_port = ""  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~JavaScriptContext()
  
  
      
        
          | jit_executor::JavaScriptContext::~JavaScriptContext  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverride   | 
  
 
 
◆ execute()
  
  
      
        
          | std::string jit_executor::JavaScriptContext::execute  | 
          ( | 
          const std::string &  | 
          module,  | 
         
        
           | 
           | 
          const std::string &  | 
          object,  | 
         
        
           | 
           | 
          const std::string &  | 
          function,  | 
         
        
           | 
           | 
          const std::vector< Value > &  | 
          parameters,  | 
         
        
           | 
           | 
          int  | 
          timeout,  | 
         
        
           | 
           | 
          ResultType  | 
          result_type,  | 
         
        
           | 
           | 
          const GlobalCallbacks &  | 
          global_callbacks  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ id()
  
  
      
        
          | size_t jit_executor::JavaScriptContext::id  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ is_idle()
  
  
      
        
          | bool jit_executor::JavaScriptContext::is_idle  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ started()
      
        
          | bool jit_executor::JavaScriptContext::started  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ wait_for_idle()
  
  
      
        
          | bool jit_executor::JavaScriptContext::wait_for_idle  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ m_language
  
  
      
        
          | std::shared_ptr<JavaScript> jit_executor::JavaScriptContext::m_language | 
         
       
   | 
  
private   | 
  
 
 
◆ m_language_started
  
  
      
        
          | bool jit_executor::JavaScriptContext::m_language_started = false | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: