v8  7.0.276 (node 11.14.0)
V8 is Google's open source JavaScript engine
Context::BackupIncumbentScope Class Reference

#include <v8.h>

Public Member Functions

 BackupIncumbentScope (Local< Context > backup_incumbent_context)
 
 ~BackupIncumbentScope ()
 

Friends

class internal::Isolate
 

Detailed Description

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 9195 of file v8.h.

Constructor & Destructor Documentation

◆ BackupIncumbentScope()

BackupIncumbentScope ( Local< Context >  backup_incumbent_context)
explicit

|backup_incumbent_context| is pushed onto the backup incumbent settings object stack.

◆ ~BackupIncumbentScope()

Friends And Related Function Documentation

◆ internal::Isolate

friend class internal::Isolate
friend

Definition at line 9205 of file v8.h.


The documentation for this class was generated from the following file: