v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::JSProxyRevocableResult Class Reference

#include <js-proxy.h>

Inheritance diagram for v8::internal::JSProxyRevocableResult:
Collaboration diagram for v8::internal::JSProxyRevocableResult:

Static Public Attributes

static const int kProxyIndex = 0
 
static const int kRevokeIndex = 1
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (JSProxyRevocableResult)
 

Detailed Description

Definition at line 128 of file js-proxy.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::JSProxyRevocableResult::DISALLOW_IMPLICIT_CONSTRUCTORS ( JSProxyRevocableResult )
private

Member Data Documentation

◆ kProxyIndex

const int v8::internal::JSProxyRevocableResult::kProxyIndex = 0
static

Definition at line 133 of file js-proxy.h.

◆ kRevokeIndex

const int v8::internal::JSProxyRevocableResult::kRevokeIndex = 1
static

Definition at line 134 of file js-proxy.h.


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