#include <v8.h>
Stack-allocated class to support the backup incumbent settings object stack. https://html.spec.whatwg.org/multipage/webappapis.html#backup-incumbent-settings-object-stack 
Definition at line 10445 of file v8.h.
 
◆ BackupIncumbentScope()
  
  
      
        
          | v8::Context::BackupIncumbentScope::BackupIncumbentScope  | 
          ( | 
          Local< Context >  | 
          backup_incumbent_context | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
|backup_incumbent_context| is pushed onto the backup incumbent settings object stack. 
 
 
◆ ~BackupIncumbentScope()
      
        
          | v8::Context::BackupIncumbentScope::~BackupIncumbentScope  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ JSStackComparableAddress()
  
  
      
        
          | uintptr_t v8::Context::BackupIncumbentScope::JSStackComparableAddress  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Returns address that is comparable with JS stack address. Note that JS stack may be allocated separately from the native stack. See also |TryCatch::JSStackComparableAddress| for details. 
Definition at line 10459 of file v8.h.
 
 
◆ internal::Isolate
  
  
      
        
          | friend class internal::Isolate | 
         
       
   | 
  
friend   | 
  
 
 
The documentation for this class was generated from the following file: