v8  3.28.71 (node 0.12.18)
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 (Handle< Value > value)
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 3783 of file v8.h.

Member Function Documentation

◆ match()

int match ( Handle< Value value)

◆ New() [1/2]

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

◆ New() [2/2]

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

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