v8
3.28.71 (node 0.12.18)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static Local< Value > | RangeError (Handle< String > message) |
static Local< Value > | ReferenceError (Handle< String > message) |
static Local< Value > | SyntaxError (Handle< String > message) |
static Local< Value > | TypeError (Handle< String > message) |
static Local< Value > | Error (Handle< String > message) |
Create new error objects by calling the corresponding error object constructor with the message.