v8  6.2.414 (node 9.11.2)
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 8726 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 8736 of file v8.h.


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