V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::Context::BackupIncumbentScope Class Reference

#include <v8.h>

Public Member Functions

 BackupIncumbentScope (Local< Context > backup_incumbent_context)
 

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

Constructor & Destructor Documentation

◆ BackupIncumbentScope()

v8::Context::BackupIncumbentScope::BackupIncumbentScope ( Local< Context >  backup_incumbent_context)
explicit

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

Definition at line 1177 of file api.cc.


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