v8
3.14.5(node0.10.28)
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.
Definition at line 5683 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, message, Factory::NewError(), ON_BAILOUT, and Utils::ToLocal().
Referenced by TEST(), and THREADED_TEST().
Definition at line 5618 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, message, Factory::NewRangeError(), ON_BAILOUT, and Utils::ToLocal().
Referenced by THREADED_TEST().
Definition at line 5634 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, message, Factory::NewReferenceError(), ON_BAILOUT, and Utils::ToLocal().
Referenced by THREADED_TEST().
Definition at line 5651 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, message, Factory::NewSyntaxError(), ON_BAILOUT, and Utils::ToLocal().
Referenced by THREADED_TEST().
Definition at line 5667 of file api.cc.
References ENTER_V8, Isolate::factory(), LOG_API, message, Factory::NewTypeError(), ON_BAILOUT, and Utils::ToLocal().
Referenced by THREADED_TEST().