V8 API Reference Guide for node.js v5.11.0 - v5.11.1
|
#include <v8.h>
Public Member Functions | |
int | match (Local< Value > value) |
Static Public Member Functions | |
static Local< TypeSwitch > | New (Local< FunctionTemplate > type) |
static Local< TypeSwitch > | New (int argc, Local< FunctionTemplate > types[]) |
A utility for determining the type of objects based on the template they were constructed from.