Public Member Functions | Static Public Member Functions

v8::TypeSwitch Class Reference

#include <v8.h>

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

List of all members.

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.


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