v8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
v8::TypeSwitch Class Reference

#include <v8.h>

Inheritance diagram for v8::TypeSwitch:
v8::Data

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.

Member Function Documentation

int v8::TypeSwitch::match ( Handle< Value value)
static Local<TypeSwitch> v8::TypeSwitch::New ( Handle< FunctionTemplate type)
static
static Local<TypeSwitch> v8::TypeSwitch::New ( int  argc,
Handle< FunctionTemplate types[] 
)
static

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