v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 2530 of file v8.h.

Member Function Documentation

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

Definition at line 1007 of file api.cc.

Referenced by THREADED_TEST().


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