#include <v8.h>
v8::Dataを継承しています。
Public メソッド | |
int | match (Handle< Value > value) |
Static Public メソッド | |
static Local< TypeSwitch > | New (Handle< FunctionTemplate > type) |
static Local< TypeSwitch > | New (int argc, Handle< FunctionTemplate > types[]) |
Private メソッド | |
TypeSwitch () |
A utility for determining the type of objects based on the template they were constructed from.
v8::TypeSwitch::TypeSwitch | ( | ) | [private] |
int v8::TypeSwitch::match | ( | v8::Handle< Value > | value | ) |
Local< TypeSwitch > v8::TypeSwitch::New | ( | Handle< FunctionTemplate > | type | ) | [static] |
Local< TypeSwitch > v8::TypeSwitch::New | ( | int | argc, | |
Handle< FunctionTemplate > | types[] | |||
) | [static] |