v8  4.6.85 (node 5.12.0)
V8 is Google's open source JavaScript engine
TypeSwitch Class Reference

#include <v8.h>

Inheritance diagram for TypeSwitch:
Collaboration diagram for TypeSwitch:

Public Member Functions

int match (Local< Value > value)
 

Static Public Member Functions

static Local< TypeSwitchNew (Local< FunctionTemplate > type)
 
static Local< TypeSwitchNew (int argc, Local< FunctionTemplate > types[])
 

Detailed Description

A utility for determining the type of objects based on the template they were constructed from.

Definition at line 4702 of file v8.h.

Member Function Documentation

◆ match()

int match ( Local< Value value)

◆ New() [1/2]

static Local<TypeSwitch> New ( int  argc,
Local< FunctionTemplate types[] 
)
static

◆ New() [2/2]

static Local<TypeSwitch> New ( Local< FunctionTemplate type)
static

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