v8  5.5.372 (node 7.10.1)
V8 is Google's open source JavaScript engine
Private Class Reference

#include <v8.h>

Inheritance diagram for Private:
Collaboration diagram for Private:

Public Member Functions

Local< ValueName () const
 

Static Public Member Functions

static Local< PrivateNew (Isolate *isolate, Local< String > name=Local< String >())
 
static Local< PrivateForApi (Isolate *isolate, Local< String > name)
 

Detailed Description

A private symbol

This is an experimental feature. Use at your own risk.

Definition at line 2728 of file v8.h.

Member Function Documentation

◆ ForApi()

static Local<Private> ForApi ( Isolate isolate,
Local< String name 
)
static

◆ Name()

Local<Value> Name ( ) const

◆ New()

static Local<Private> New ( Isolate isolate,
Local< String name = LocalString >() 
)
static

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