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

#include <protectors.h>

Inheritance diagram for v8::internal::Protectors:
Collaboration diagram for v8::internal::Protectors:

Static Public Attributes

static const int kProtectorValid = 1
 
static const int kProtectorInvalid = 0
 

Detailed Description

Definition at line 13 of file protectors.h.

Member Data Documentation

◆ kProtectorInvalid

const int v8::internal::Protectors::kProtectorInvalid = 0
static

Definition at line 16 of file protectors.h.

◆ kProtectorValid

const int v8::internal::Protectors::kProtectorValid = 1
static

Definition at line 15 of file protectors.h.


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